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

Struct ChubbyGoConcurrentMap

BaseServer/chubbyGoMap.go:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34)
35
36type ChubbyGoConcurrentMap struct {
37 MapEntry reflect.Value
38 Flag uint32
39}
40
41func NewChubbyGoMap(flag uint32) *ChubbyGoConcurrentMap{
42 entry := ChubbyGoConcurrentMap{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected