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

Method GetString

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

Source from the content-addressed store, hash-verified

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
16 GetUInt64(key string) uint64

Callers 1

TestItemContext_RemoveFunction · 0.65

Implementers 1

ItemMapcore/concurrenceMap.go

Calls

no outgoing calls

Tested by 1

TestItemContext_RemoveFunction · 0.52