Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aceld/zinx
/ NewHTLVCRCDecoder
Function
NewHTLVCRCDecoder
zdecoder/htlvcrcdecoder.go:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
func
NewHTLVCRCDecoder() ziface.IDecoder {
65
return
&HtlvCrcDecoder{}
66
}
67
68
func
(hcd *HtlvCrcDecoder) GetLengthField() *ziface.LengthField {
69
//+------+-------+---------+--------+--------+
Callers
2
main
Function · 0.92
main
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected