func isValidName()

in nilDereferenceAnalysis/common/model.go [38:40]


func isValidName(name string) bool {
	return len(name) > 0
}