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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |