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

Method Get

expr/node.go:143–143  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

141 // using a Get("key") interface. Used by vm to evaluate messages
142 ContextReader interface {
143 Get(key string) (value.Value, bool)
144 Row() map[string]value.Value
145 Ts() time.Time
146 }

Callers 4

qsEvalFunction · 0.65
qsDeprecateEvalFunction · 0.65
TestBuiltinsFunction · 0.65
msgToRowFunction · 0.65

Implementers 5

ContextWrapperdatasource/context_wrapper.go
SqlDriverMessageMapdatasource/context.go
ContextSimpledatasource/context.go
NestedContextReaderdatasource/context.go
NamespacedContextReaderdatasource/context.go

Calls

no outgoing calls

Tested by 1

TestBuiltinsFunction · 0.52