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

Method doRemovePath

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

Source from the content-addressed store, hash-verified

674}
675
676func (j *jsonEncoded) doRemovePath(path []string) (JSON, bool, error) {
677 decoded, err := j.shallowDecode()
678 if err != nil {
679 return nil, false, err
680 }
681 return decoded.doRemovePath(path)
682}
683
684// Size implements the JSON interface.
685func (j *jsonEncoded) Size() uintptr {

Callers

nothing calls this directly

Calls 2

shallowDecodeMethod · 0.95
doRemovePathMethod · 0.65

Tested by

no test coverage detected