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

Method subdocument

pkg/util/json/contains_testers.go:152–154  ·  view source on GitHub ↗
(isRoot bool, rng *rand.Rand)

Source from the content-addressed store, hash-verified

150}
151
152func (j *jsonEncoded) subdocument(isRoot bool, rng *rand.Rand) JSON {
153 return j.mustDecode().(containsTester).subdocument(isRoot, rng)
154}

Callers

nothing calls this directly

Calls 2

mustDecodeMethod · 0.95
subdocumentMethod · 0.65

Tested by

no test coverage detected