MCPcopy Create free account
hub / github.com/devfeel/dotweb / ItemMap

Struct ItemMap

core/concurrenceMap.go:38–41  ·  view source on GitHub ↗

ItemMap concurrence map

Source from the content-addressed store, hash-verified

36
37// ItemMap concurrence map
38type ItemMap struct {
39 innerMap map[string]interface{}
40 *sync.RWMutex
41}
42
43// NewItemMap create new ItemMap
44func NewItemMap() *ItemMap {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected