MCPcopy Create free account
hub / github.com/dolthub/doltgresql / doRemovePath

Method doRemovePath

postgres/parser/json/encoded.go:690–696  ·  view source on GitHub ↗
(path []string)

Source from the content-addressed store, hash-verified

688}
689
690func (j *jsonEncoded) doRemovePath(path []string) (JSON, bool, error) {
691 decoded, err := j.shallowDecode()
692 if err != nil {
693 return nil, false, err
694 }
695 return decoded.doRemovePath(path)
696}
697
698// Size implements the JSON interface.
699func (j *jsonEncoded) Size() uintptr {

Callers

nothing calls this directly

Calls 2

shallowDecodeMethod · 0.95
doRemovePathMethod · 0.65

Tested by

no test coverage detected