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

Method Type

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

Source from the content-addressed store, hash-verified

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

Callers 3

FetchValIdxMethod · 0.95
FetchValKeyMethod · 0.95
CompareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected