Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ IDecoder
Interface
IDecoder
ziface/idecoder.go:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
ziface
2
3
type
IDecoder
interface
{
4
IInterceptor
5
GetLengthField() *LengthField
6
}
Callers
nothing calls this directly
Implementers
5
TLVDecoder
zdecoder/tlvdecoder.go
HtlvCrcDecoder
zdecoder/htlvcrcdecoder.go
LTV_Little_Decoder
zdecoder/ltvdecoder_little.go
Server
znet/server.go
Client
znet/client.go
Calls
no outgoing calls
Tested by
no test coverage detected