Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ DecodeTree
Function
DecodeTree
ber/tree.go:63–66 ·
view source on GitHub ↗
(data []byte)
Source
from the content-addressed store, hash-verified
61
}
62
63
func
DecodeTree(data []byte) (*Tree, error) {
64
d := NewDecoder(bytes.NewReader(data))
65
return
ParseTree(d)
66
}
67
68
func
(t *Tree) mustNotBeEnd() {
69
if
t.Kind == EndConstructed {
Callers
2
Marshal
Method · 0.70
ASN1Tree
Function · 0.70
Calls
2
NewDecoder
Function · 0.70
ParseTree
Function · 0.70
Tested by
no test coverage detected