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

Method allPaths

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

98 // through the receiver. Note that leaves include the empty object and array
99 // in addition to scalars.
100 allPaths() ([]JSON, error)
101
102 // FetchValKey implements the `->` operator for strings, returning nil if the
103 // key is not found.

Callers 4

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