Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ tryDecode
Method
tryDecode
pkg/util/json/encoded.go:871–873 ·
view source on GitHub ↗
tryDecode implements the JSON interface.
()
Source
from the content-addressed store, hash-verified
869
870
// tryDecode implements the JSON interface.
871
func
(j *jsonEncoded) tryDecode() (JSON, error) {
872
return
j.shallowDecode()
873
}
Callers
nothing calls this directly
Calls
1
shallowDecode
Method · 0.95
Tested by
no test coverage detected