MCPcopy Create free account
hub / github.com/araddon/qlbridge / Get

Method Get

value/value.go:678–681  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

676 return NewMapTimeValue(mv)
677}
678func (m MapValue) Get(key string) (Value, bool) {
679 v, ok := m.v[key]
680 return v, ok
681}
682func NewMapStringValue(v map[string]string) MapStringValue {
683 return MapStringValue{v: v}
684}

Callers 1

TestMapValueFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestMapValueFunction · 0.76