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

Struct MapBoolValue

value/value.go:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 v map[string]string
218 }
219 MapBoolValue struct {
220 v map[string]bool
221 }
222 MapTimeValue struct {
223 v map[string]time.Time
224 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected