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

Method tryDecode

pkg/util/json/encoded.go:800–802  ·  view source on GitHub ↗

tryDecode implements the JSON interface.

()

Source from the content-addressed store, hash-verified

798
799// tryDecode implements the JSON interface.
800func (j *jsonEncoded) tryDecode() (JSON, error) {
801 return j.shallowDecode()
802}

Callers

nothing calls this directly

Calls 1

shallowDecodeMethod · 0.95

Tested by

no test coverage detected