Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
var
EmptyJSONValue = NewObjectBuilder(0).Build()
242
243
type
jsonTrue
struct
{}
244
245
// TrueJSONValue is JSON `true`
246
var
TrueJSONValue = jsonTrue{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected