sync.Map.Load (method)
27 uses
sync (current package)
map.go#L123: 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#L684: if size, ok := structSize.Load(t); ok {
binary.go#L698: if size, ok := structSize.Load(t); ok {
encoding/json
encode.go#L344: if fi, ok := encoderCache.Load(t); ok {
encode.go#L1274: if f, ok := fieldCache.Load(t); 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#L108: if v, ok := mimeTypes.Load(ext); ok {
type.go#L122: si, _ := mimeTypesLower.Load(strings.ToLower(ext))
type.go#L132: si, _ := mimeTypesLower.Load(string(lower))
type.go#L148: s, ok := extensions.Load(justType)
type.go#L185: if ei, ok := extensions.Load(justType); ok {
type_unix.go#L64: if _, ok := mimeTypes.Load(extension); ok {
reflect
type.go#L1330: if pi, ok := ptrMap.Load(t); ok {
type.go#L1752: if ch, ok := lookupCache.Load(ckey); ok {
type.go#L1820: if mt, ok := lookupCache.Load(ckey); ok {
type.go#L1957: if ts, ok := funcLookupCache.m.Load(hash); ok {
type.go#L1968: if ts, ok := funcLookupCache.m.Load(hash); ok {
type.go#L1978: if rti, ok := funcLookupCache.m.Load(hash); ok {
type.go#L2228: if slice, ok := lookupCache.Load(ckey); ok {
type.go#L2595: if ts, ok := structLookupCache.m.Load(hash); ok {
type.go#L2607: if ts, ok := structLookupCache.m.Load(hash); ok {
type.go#L2618: if ti, ok := structLookupCache.m.Load(hash); ok {
type.go#L2791: if array, ok := lookupCache.Load(ckey); ok {
type.go#L2978: 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.7.6. (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. |