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

Method doRemovePath

postgres/parser/json/json.go:126–126  ·  view source on GitHub ↗
(path []string)

Source from the content-addressed store, hash-verified

124 // whether removal is valid and error message.
125 RemovePath(path []string) (JSON, bool, error)
126 doRemovePath(path []string) (JSON, bool, error)
127
128 // Concat implements the `||` operator.
129 Concat(other JSON) (JSON, error)

Callers 3

doRemovePathMethod · 0.65
doRemovePathMethod · 0.65
doRemovePathMethod · 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