Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ NewTLVDecoder
Function
NewTLVDecoder
zdecoder/tlvdecoder.go:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
func
NewTLVDecoder() ziface.IDecoder {
69
return
&TLVDecoder{}
70
}
71
72
func
(tlv *TLVDecoder) GetLengthField() *ziface.LengthField {
73
// +---------------+---------------+---------------+
Callers
3
newServerWithConfig
Function · 0.92
NewClient
Function · 0.92
NewWsClient
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected