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

Function NewBaseMap

BaseServer/concurrentHashMap.go:348–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

346}
347
348func NewBaseMap() *BaseMap{
349 return &BaseMap{
350 m: make(map[string]interface{}, 100),
351 }
352}
353
354func (myMap *BaseMap) BaseStore(k string, v interface{}) {
355 myMap.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected