runtime._type.hash (field)
7 uses
runtime (current package)
heapdump.go#L171: b := &typecache[t.hash&(typeCacheBuckets-1)]
iface.go#L30: return uintptr(inter.typ.hash ^ typ.hash)
type.go#L34: hash uint32
type.go#L545: tlist := typehash[t.hash]
type.go#L551: typehash[t.hash] = append(tlist, t)
type.go#L563: for _, candidate := range typehash[t.hash] {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)