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

Struct StringValue

value/value.go:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 v bool
191 }
192 StringValue struct {
193 v string
194 }
195 TimeValue struct {
196 v time.Time
197 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected