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

Method RemovePath

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

Source from the content-addressed store, hash-verified

1696
1697func (j jsonArray) RemovePath(path []string) (JSON, bool, error) { return j.doRemovePath(path) }
1698func (j jsonObject) RemovePath(path []string) (JSON, bool, error) { return j.doRemovePath(path) }
1699func (jsonNull) RemovePath([]string) (JSON, bool, error) {
1700 return nil, false, errCannotDeletePathInScalar
1701}

Callers

nothing calls this directly

Calls 1

doRemovePathMethod · 0.95

Tested by

no test coverage detected