internal/abi.OldMapType.HashMightPanic (method)

2 uses

	internal/abi (current package)
		map_noswiss.go#L52: func (mt *OldMapType) HashMightPanic() bool { // true if hash function might panic

	internal/runtime/maps
		map.go#L818: 	if !t.HashMightPanic() {