var reflect.funcLookupCache
7 uses
reflect (current package)
type.go#L1766: var funcLookupCache struct {
type.go#L2013: if ts, ok := funcLookupCache.m.Load(hash); ok {
type.go#L2022: funcLookupCache.Lock()
type.go#L2023: defer funcLookupCache.Unlock()
type.go#L2024: if ts, ok := funcLookupCache.m.Load(hash); ok {
type.go#L2034: if rti, ok := funcLookupCache.m.Load(hash); ok {
type.go#L2037: funcLookupCache.m.Store(hash, append(rts, tt))
![]() |
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. |