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

Method GetLengthField

znet/client.go:350–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348 c.decoder = decoder
349}
350func (c *Client) GetLengthField() *ziface.LengthField {
351 if c.decoder != nil {
352 return c.decoder.GetLengthField()
353 }
354 return nil
355}
356
357func (c *Client) GetErrChan() <-chan error {
358 return c.errChan

Callers

nothing calls this directly

Calls 1

GetLengthFieldMethod · 0.65

Tested by

no test coverage detected