func isValidAge()

in nilDereferenceAnalysis/common/model.go [42:44]


func isValidAge(age int) bool {
	return age >= 0
}