MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / jsonTrue

Struct jsonTrue

pkg/util/json/json.go:243–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241var EmptyJSONValue = NewObjectBuilder(0).Build()
242
243type jsonTrue struct{}
244
245// TrueJSONValue is JSON `true`
246var TrueJSONValue = jsonTrue{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected