sync.Map.Store (method)
13 uses
sync (current package)
map.go#L52: func (m *Map) Store(key, value any) {
encoding/binary
binary.go#L709: structSize.Store(t, size)
binary.go#L720: structSize.Store(t, size)
encoding/json
encode.go#L410: 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#L252: mimeTypes.Store(extension, mimeType)
type.go#L253: mimeTypesLower.Store(extLower, mimeType)
type.go#L266: extensions.Store(justType, append(exts, extLower))
reflect
type.go#L2003: funcLookupCache.m.Store(hash, append(rts, tt))
type.go#L2542: structLookupCache.m.Store(hash, append(ts, t))
runtime/cgo
handle.go#L120: handles.Store(h, v)
 |
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. |