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

Method allPaths

pkg/util/json/encoded.go:729–735  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

727}
728
729func (j *jsonEncoded) allPaths() ([]JSON, error) {
730 decoded, err := j.decode()
731 if err != nil {
732 return nil, err
733 }
734 return decoded.allPaths()
735}
736
737// HasContainerLeaf implements the JSON interface.
738func (j *jsonEncoded) HasContainerLeaf() (bool, error) {

Callers

nothing calls this directly

Calls 2

decodeMethod · 0.95
allPathsMethod · 0.65

Tested by

no test coverage detected