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

Method RemovePath

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

Source from the content-addressed store, hash-verified

666}
667
668func (j *jsonEncoded) RemovePath(path []string) (JSON, bool, error) {
669 decoded, err := j.shallowDecode()
670 if err != nil {
671 return nil, false, err
672 }
673 return decoded.RemovePath(path)
674}
675
676func (j *jsonEncoded) doRemovePath(path []string) (JSON, bool, error) {
677 decoded, err := j.shallowDecode()

Callers

nothing calls this directly

Calls 2

shallowDecodeMethod · 0.95
RemovePathMethod · 0.65

Tested by

no test coverage detected