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

Method HasContainerLeaf

postgres/parser/json/encoded.go:752–758  ·  view source on GitHub ↗

HasContainerLeaf implements the JSON interface.

()

Source from the content-addressed store, hash-verified

750
751// HasContainerLeaf implements the JSON interface.
752func (j *jsonEncoded) HasContainerLeaf() (bool, error) {
753 decoded, err := j.decode()
754 if err != nil {
755 return false, err
756 }
757 return decoded.HasContainerLeaf()
758}
759
760// preprocessForContains implements the JSON interface.
761func (j *jsonEncoded) preprocessForContains() (containsable, error) {

Callers

nothing calls this directly

Calls 2

decodeMethod · 0.95
HasContainerLeafMethod · 0.65

Tested by

no test coverage detected