Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
814
func
(j *jsonEncoded) tryDecode() (JSON, error) {
815
return
j.shallowDecode()
816
}
Callers
nothing calls this directly
Calls
1
shallowDecode
Method · 0.95
Tested by
no test coverage detected