Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aceld/zinx
/ SetDecoder
Method
SetDecoder
znet/server.go:595–597 ·
view source on GitHub ↗
(decoder ziface.IDecoder)
Source
from the content-addressed store, hash-verified
593
}
594
595
func
(s *Server) SetDecoder(decoder ziface.IDecoder) {
596
s.decoder = decoder
597
}
598
599
func
(s *Server) GetLengthField() *ziface.LengthField {
600
if
s.decoder != nil {
Callers
2
main
Function · 0.95
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected