Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
var
TrueJSONValue = jsonTrue{}
168
169
type
jsonFalse
struct
{}
170
171
// FalseJSONValue is JSON `false`
172
var
FalseJSONValue = jsonFalse{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected