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

Method Once

core/concurrenceMap.go:33–33  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

31 Set(key string, value interface{})
32 Remove(key string)
33 Once(key string) (value interface{}, exists bool)
34 }
35)
36

Callers 1

TestItemContext_Get_OnceFunction · 0.65

Implementers 1

ItemMapcore/concurrenceMap.go

Calls

no outgoing calls

Tested by 1

TestItemContext_Get_OnceFunction · 0.52