runtime.maptype.hashMightPanic (method)

4 uses

	runtime (current package)
		map.go#L405: 		if t.hashMightPanic() {
		map.go#L463: 		if t.hashMightPanic() {
		map.go#L696: 		if t.hashMightPanic() {
		type.go#L399: func (mt *maptype) hashMightPanic() bool { // true if hash function might panic