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

Method doRemovePath

pkg/util/json/json.go:111–111  ·  view source on GitHub ↗
(path []string)

Source from the content-addressed store, hash-verified

109 // whether removal is valid and error message.
110 RemovePath(path []string) (JSON, bool, error)
111 doRemovePath(path []string) (JSON, bool, error)
112
113 // Concat implements the `||` operator.
114 Concat(other JSON) (JSON, error)

Callers 3

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