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

Method allPaths

postgres/parser/json/encoded.go:743–749  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

741}
742
743func (j *jsonEncoded) allPaths() ([]JSON, error) {
744 decoded, err := j.decode()
745 if err != nil {
746 return nil, err
747 }
748 return decoded.allPaths()
749}
750
751// HasContainerLeaf implements the JSON interface.
752func (j *jsonEncoded) HasContainerLeaf() (bool, error) {

Callers

nothing calls this directly

Calls 2

decodeMethod · 0.95
allPathsMethod · 0.65

Tested by

no test coverage detected