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

Method Type

pkg/util/json/encoded.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (j *jsonEncoded) Type() Type {
54 return j.typ
55}
56
57// newEncodedFromRoot returns a jsonEncoded from a fully-encoded JSON document.
58func newEncodedFromRoot(v []byte) (*jsonEncoded, error) {

Callers 2

FetchValKeyMethod · 0.95
CompareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected