MCPcopy
hub / github.com/aceld/zinx / GetLengthField

Method GetLengthField

znet/server.go:599–604  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

597}
598
599func (s *Server) GetLengthField() *ziface.LengthField {
600 if s.decoder != nil {
601 return s.decoder.GetLengthField()
602 }
603 return nil
604}
605
606func (s *Server) AddInterceptor(interceptor ziface.IInterceptor) {
607 s.msgHandler.AddInterceptor(interceptor)

Callers

nothing calls this directly

Calls 1

GetLengthFieldMethod · 0.65

Tested by

no test coverage detected