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

Method HasContainerLeaf

postgres/parser/json/json.go:176–176  ·  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

174 // HasContainerLeaf returns whether this document contains in it somewhere
175 // either the empty array or the empty object.
176 HasContainerLeaf() (bool, error)
177}
178
179type jsonTrue struct{}

Callers 3

HasContainerLeafMethod · 0.65
HasContainerLeafMethod · 0.65
HasContainerLeafMethod · 0.65

Implementers 4

jsonNullpostgres/parser/json/json.go
jsonFalsepostgres/parser/json/json.go
jsonTruepostgres/parser/json/json.go
jsonEncodedpostgres/parser/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected