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

Method tryDecode

postgres/parser/json/encoded.go:814–816  ·  view source on GitHub ↗

tryDecode implements the JSON interface.

()

Source from the content-addressed store, hash-verified

812
813// tryDecode implements the JSON interface.
814func (j *jsonEncoded) tryDecode() (JSON, error) {
815 return j.shallowDecode()
816}

Callers

nothing calls this directly

Calls 1

shallowDecodeMethod · 0.95

Tested by

no test coverage detected