MCPcopy Create free account
hub / github.com/araddon/qlbridge / MapStringValue

Struct MapStringValue

value/value.go:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 v map[string]float64
215 }
216 MapStringValue struct {
217 v map[string]string
218 }
219 MapBoolValue struct {
220 v map[string]bool
221 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected