var reflect.structLookupCache
7 uses
reflect (current package)
type.go#L2323: var structLookupCache struct {
type.go#L2644: if ts, ok := structLookupCache.m.Load(hash); ok {
type.go#L2654: structLookupCache.Lock()
type.go#L2655: defer structLookupCache.Unlock()
type.go#L2656: if ts, ok := structLookupCache.m.Load(hash); ok {
type.go#L2667: if ti, ok := structLookupCache.m.Load(hash); ok {
type.go#L2670: structLookupCache.m.Store(hash, append(ts, t))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)