const internal/runtime/maps.Use64BitHash
5 uses
internal/runtime/maps (current package)
map.go#L250: const Use64BitHash = goarch.PtrSize == 8 && goarch.IsWasm == 0
map.go#L253: if !Use64BitHash {
table.go#L1172: if !Use64BitHash {
hash/maphash
maphash_runtime.go#L32: if maps.Use64BitHash {
maphash_runtime.go#L54: if maps.Use64BitHash {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)