internal/abi.MapType.HashMightPanic (method)

2 uses

	internal/abi (current package)
		type.go#L494: func (mt *MapType) HashMightPanic() bool { // true if hash function might panic

	runtime
		alg.go#L275: 	if !t.HashMightPanic() {