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

Method MaybeDecode

pkg/util/json/encoded.go:786–788  ·  view source on GitHub ↗

MaybeDecode implements the JSON interface.

()

Source from the content-addressed store, hash-verified

784
785// MaybeDecode implements the JSON interface.
786func (j *jsonEncoded) MaybeDecode() JSON {
787 return j.mustDecode()
788}
789
790// toGoRepr implements the JSON interface.
791func (j *jsonEncoded) toGoRepr() (interface{}, error) {

Callers

nothing calls this directly

Calls 1

mustDecodeMethod · 0.95

Tested by

no test coverage detected