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

Method allPaths

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

allPaths returns a slice of new JSON documents, each a path to a leaf through the receiver. Note that leaves include the empty object and array in addition to scalars.

()

Source from the content-addressed store, hash-verified

83 // through the receiver. Note that leaves include the empty object and array
84 // in addition to scalars.
85 allPaths() ([]JSON, error)
86
87 // FetchValKey implements the `->` operator for strings, returning nil if the
88 // key is not found.

Callers 4

allPathsMethod · 0.65
AllPathsFunction · 0.65
allPathsMethod · 0.65
allPathsMethod · 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