MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / jsonFalse

Struct jsonFalse

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

Source from the content-addressed store, hash-verified

167var TrueJSONValue = jsonTrue{}
168
169type jsonFalse struct{}
170
171// FalseJSONValue is JSON `false`
172var FalseJSONValue = jsonFalse{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected