sync.Map.Load (method)
26 uses
sync (current package)
map.go#L120: func (m *Map) Load(key any) (value any, ok bool) {
crypto/tls
cache.go#L81: if entry, ok := cc.Load(string(der)); ok {
encoding/binary
binary.go#L485: if size, ok := structSize.Load(t); ok {
encoding/json
encode.go#L345: if fi, ok := encoderCache.Load(t); ok {
encode.go#L1271: if f, ok := fieldCache.Load(t); ok {
internal/godebug
godebug.go#L153: if v, ok := cache.Load(name); ok {
mime
type.go#L53: if ei, ok := extensions.Load(justType); ok {
type.go#L115: if v, ok := mimeTypes.Load(ext); ok {
type.go#L129: si, _ := mimeTypesLower.Load(strings.ToLower(ext))
type.go#L139: si, _ := mimeTypesLower.Load(string(lower))
type.go#L155: s, ok := extensions.Load(justType)
type.go#L192: if ei, ok := extensions.Load(justType); ok {
type_unix.go#L64: if _, ok := mimeTypes.Load(extension); ok {
reflect
type.go#L1189: if pi, ok := ptrMap.Load(t); ok {
type.go#L1591: if ch, ok := lookupCache.Load(ckey); ok {
type.go#L1659: if mt, ok := lookupCache.Load(ckey); ok {
type.go#L1796: if ts, ok := funcLookupCache.m.Load(hash); ok {
type.go#L1807: if ts, ok := funcLookupCache.m.Load(hash); ok {
type.go#L1817: if rti, ok := funcLookupCache.m.Load(hash); ok {
type.go#L2077: if slice, ok := lookupCache.Load(ckey); ok {
type.go#L2442: if ts, ok := structLookupCache.m.Load(hash); ok {
type.go#L2454: if ts, ok := structLookupCache.m.Load(hash); ok {
type.go#L2465: if ti, ok := structLookupCache.m.Load(hash); ok {
type.go#L2633: if array, ok := lookupCache.Load(ckey); ok {
type.go#L2807: if lti, ok := layoutCache.Load(k); ok {
runtime/cgo
handle.go#L122: v, ok := handles.Load(uintptr(h))
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |