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

Struct ConcurrentMapShared

BaseServer/concurrentHashMap.go:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52type ConcurrentMapShared struct {
53 items map[string]interface{}
54 sync.RWMutex
55}
56
57/*
58 * @brief: 创建一个新的map

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected