MCPcopy 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
595func (s *Server) SetDecoder(decoder ziface.IDecoder) {
596 s.decoder = decoder
597}
598
599func (s *Server) GetLengthField() *ziface.LengthField {
600 if s.decoder != nil {

Callers 2

mainFunction · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected