Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ MapNumberValue
Struct
MapNumberValue
value/value.go:213–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
v
map
[string]int64
212
}
213
MapNumberValue
struct
{
214
v
map
[string]float64
215
}
216
MapStringValue
struct
{
217
v
map
[string]string
218
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected