MCPcopy Create free account
hub / github.com/dolthub/doltgresql / jsonTrue

Struct jsonTrue

postgres/parser/json/json.go:179–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179type jsonTrue struct{}
180
181// TrueJSONValue is JSON `true`
182var TrueJSONValue = jsonTrue{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected