Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ MapValue
Struct
MapValue
value/value.go:207–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
v []Value
206
}
207
MapValue
struct
{
208
v
map
[string]Value
209
}
210
MapIntValue
struct
{
211
v
map
[string]int64
212
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected