sync.Map.Load (method)
29 uses
sync (current package)
map.go#L47: func (m *Map) Load(key any) (value any, ok bool) {
crypto/internal/fips140cache
cache.go#L34: if cached, ok := c.m.Load(p); ok {
crypto/tls
cache.go#L20: if entry, ok := wcc.Load(string(der)); ok {
encoding/binary
binary.go#L702: if size, ok := structSize.Load(t); ok {
binary.go#L716: if size, ok := structSize.Load(t); ok {
encoding/json
encode.go#L389: if fi, ok := encoderCache.Load(t); ok {
encode.go#L1333: if f, ok := fieldCache.Load(t); ok {
github.com/refraction-networking/utls
cache.go#L81: if entry, ok := cc.Load(string(der)); ok {
internal/godebug
godebug.go#L173: if v, ok := cache.Load(name); ok {
mime
type.go#L46: if ei, ok := extensions.Load(justType); ok {
type.go#L168: if v, ok := mimeTypes.Load(ext); ok {
type.go#L182: si, _ := mimeTypesLower.Load(strings.ToLower(ext))
type.go#L192: si, _ := mimeTypesLower.Load(string(lower))
type.go#L221: s, ok := extensions.Load(justType)
type.go#L258: if ei, ok := extensions.Load(justType); ok {
type_unix.go#L64: if _, ok := mimeTypes.Load(extension); ok {
reflect
map.go#L39: if mt, ok := lookupCache.Load(ckey); ok {
type.go#L1425: if pi, ok := ptrMap.Load(t); ok {
type.go#L1847: if ch, ok := lookupCache.Load(ckey); ok {
type.go#L1979: if ts, ok := funcLookupCache.m.Load(hash); ok {
type.go#L1990: if ts, ok := funcLookupCache.m.Load(hash); ok {
type.go#L2000: if rti, ok := funcLookupCache.m.Load(hash); ok {
type.go#L2154: if slice, ok := lookupCache.Load(ckey); ok {
type.go#L2516: if ts, ok := structLookupCache.m.Load(hash); ok {
type.go#L2528: if ts, ok := structLookupCache.m.Load(hash); ok {
type.go#L2539: if ti, ok := structLookupCache.m.Load(hash); ok {
type.go#L2679: if array, ok := lookupCache.Load(ckey); ok {
type.go#L2840: if lti, ok := layoutCache.Load(k); ok {
runtime/cgo
handle.go#L128: v, ok := handles.Load(uintptr(h))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |