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