MCPcopy
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
68func NewTLVDecoder() ziface.IDecoder {
69 return &TLVDecoder{}
70}
71
72func (tlv *TLVDecoder) GetLengthField() *ziface.LengthField {
73 // +---------------+---------------+---------------+

Callers 3

newServerWithConfigFunction · 0.92
NewClientFunction · 0.92
NewWsClientFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected