sync.Map.Store (method)
12 uses
sync (current package)
map.go#L154: func (m *Map) Store(key, value any) {
encoding/binary
binary.go#L489: structSize.Store(t, size)
encoding/json
encode.go#L369: encoderCache.Store(t, f)
mime
type.go#L39: mimeTypesLower.Store(k, v)
type.go#L42: mimeTypes.Store(k, v)
type.go#L56: extensions.Store(justType, append(exts, k))
type.go#L186: mimeTypes.Store(extension, mimeType)
type.go#L187: mimeTypesLower.Store(extLower, mimeType)
type.go#L200: extensions.Store(justType, append(exts, extLower))
reflect
type.go#L1820: funcLookupCache.m.Store(hash, append(rts, tt))
type.go#L2468: structLookupCache.m.Store(hash, append(ts, t))
runtime/cgo
handle.go#L114: handles.Store(h, v)
|
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. |