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

Struct BaseMap

BaseServer/concurrentHashMap.go:343–346  ·  view source on GitHub ↗

* * @brief: 用于与一般ChubbyGoMap作比较 */

Source from the content-addressed store, hash-verified

341 * @brief: 用于与一般ChubbyGoMap作比较
342 */
343type BaseMap struct {
344 sync.Mutex
345 m map[string]interface{}
346}
347
348func NewBaseMap() *BaseMap{
349 return &BaseMap{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected