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

Method Get

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

Source from the content-addressed store, hash-verified

10 // ReadonlyMap only support readonly method for map
11 ReadonlyMap interface {
12 Get(key string) (value interface{}, exists bool)
13 GetString(key string) string
14 GetTimeDuration(key string) time.Duration
15 GetInt(key string) int

Callers 6

addRequestDataMethod · 0.65
addErrorDataMethod · 0.65
TestItemContext_Get_SetFunction · 0.65
TestItemContext_Get_OnceFunction · 0.65

Implementers 1

ItemMapcore/concurrenceMap.go

Calls

no outgoing calls

Tested by 4

TestItemContext_Get_SetFunction · 0.52
TestItemContext_Get_OnceFunction · 0.52