Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
qsEval
Function · 0.65
qsDeprecateEval
Function · 0.65
TestBuiltins
Function · 0.65
msgToRow
Function · 0.65
Implementers
5
ContextWrapper
datasource/context_wrapper.go
SqlDriverMessageMap
datasource/context.go
ContextSimple
datasource/context.go
NestedContextReader
datasource/context.go
NamespacedContextReader
datasource/context.go
Calls
no outgoing calls
Tested by
1
TestBuiltins
Function · 0.52