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