Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
87
type
mapWithSyncMap
struct
{
88
m sync.Map
89
}
90
91
func
newMapWithSyncMap() incrementUint64Map {
92
return
&mapWithSyncMap{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected