sync.Map.Store (method)
13 uses
sync (current package)
map.go#L157: func (m *Map) Store(key, value any) {
encoding/binary
binary.go#L691: structSize.Store(t, size)
binary.go#L702: structSize.Store(t, size)
encoding/json
encode.go#L368: encoderCache.Store(t, f)
mime
type.go#L32: mimeTypesLower.Store(k, v)
type.go#L35: mimeTypes.Store(k, v)
type.go#L49: extensions.Store(justType, append(exts, k))
type.go#L179: mimeTypes.Store(extension, mimeType)
type.go#L180: mimeTypesLower.Store(extLower, mimeType)
type.go#L193: extensions.Store(justType, append(exts, extLower))
reflect
type.go#L1981: funcLookupCache.m.Store(hash, append(rts, tt))
type.go#L2621: structLookupCache.m.Store(hash, append(ts, t))
runtime/cgo
handle.go#L114: handles.Store(h, v)
 |
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. |