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

Method doRemovePath

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

Source from the content-addressed store, hash-verified

716}
717
718func (j *jsonEncoded) doRemovePath(path []string) (JSON, bool, error) {
719 decoded, err := j.shallowDecode()
720 if err != nil {
721 return nil, false, err
722 }
723 return decoded.doRemovePath(path)
724}
725
726// Size implements the JSON interface.
727func (j *jsonEncoded) Size() uintptr {

Callers

nothing calls this directly

Calls 2

shallowDecodeMethod · 0.95
doRemovePathMethod · 0.65

Tested by

no test coverage detected