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

Method RemovePath

postgres/parser/json/json.go:125–125  ·  view source on GitHub ↗

RemovePath and doRemovePath implement the `#-` operator for strings, returning JSON after removal, whether removal is valid and error message.

(path []string)

Source from the content-addressed store, hash-verified

123 // RemovePath and doRemovePath implement the `#-` operator for strings, returning JSON after removal,
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.

Callers 1

RemovePathMethod · 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