MCPcopy Create free account
hub / github.com/Super-long/ChubbyGo / ConcurrentHashMap

Struct ConcurrentHashMap

BaseServer/concurrentHashMap.go:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45type ConcurrentHashMap struct {
46 ThreadSafeHashMap []*ConcurrentMapShared
47 NowKeyNumber uint64
48 BucketNumber uint32
49}
50
51
52type ConcurrentMapShared struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected