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

Method Exists

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

Exists implements the `?` operator.

(string)

Source from the content-addressed store, hash-verified

118
119 // Exists implements the `?` operator.
120 Exists(string) (bool, error)
121
122 // StripNulls returns the JSON document with all object fields that have null values omitted
123 // and whether it needs to strip nulls. Stripping nulls is needed only if it contains some

Callers 2

eval.goFile · 0.65
ExistsMethod · 0.65

Implementers 4

jsonNullpkg/util/json/json.go
jsonFalsepkg/util/json/json.go
jsonTruepkg/util/json/json.go
jsonEncodedpkg/util/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected