func isAPFSVolume()

in internal/diskutil/mojave.go [38:40]


func isAPFSVolume(part types.DiskPart) bool {
	return part.APFSVolumes != nil
}