MCPcopy
hub / github.com/grpc/grpc-go / mapWithSyncMap

Struct mapWithSyncMap

benchmark/primitives/syncmap_test.go:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87type mapWithSyncMap struct {
88 m sync.Map
89}
90
91func newMapWithSyncMap() incrementUint64Map {
92 return &mapWithSyncMap{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected