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

Method Set

core/concurrenceMap.go:31–31  ·  view source on GitHub ↗
(key string, value interface{})

Source from the content-addressed store, hash-verified

29 GetCurrentMap() map[string]interface{}
30 Len() int
31 Set(key string, value interface{})
32 Remove(key string)
33 Once(key string) (value interface{}, exists bool)
34 }

Callers 12

parseConfigSetFileFunction · 0.95
InitConfigFunction · 0.95
handleInfoMethod · 0.65
TestItemContext_Get_SetFunction · 0.65
TestItemContext_Get_OnceFunction · 0.65
TestItemContext_RemoveFunction · 0.65
TestItemContext_CurrentFunction · 0.65
IncludeConfigSetMethod · 0.65

Implementers 1

ItemMapcore/concurrenceMap.go

Calls

no outgoing calls