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

Method HasContainerLeaf

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

HasContainerLeaf returns whether this document contains in it somewhere either the empty array or the empty object.

()

Source from the content-addressed store, hash-verified

159 // HasContainerLeaf returns whether this document contains in it somewhere
160 // either the empty array or the empty object.
161 HasContainerLeaf() (bool, error)
162}
163
164type jsonTrue struct{}

Callers 3

HasContainerLeafMethod · 0.65
HasContainerLeafMethod · 0.65
HasContainerLeafMethod · 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