MCPcopy
hub / github.com/segmentio/kafka-go / readFrom

Method readFrom

leavegroup.go:144–147  ·  view source on GitHub ↗
(r *bufio.Reader, size int)

Source from the content-addressed store, hash-verified

142}
143
144func (t *leaveGroupResponseV0) readFrom(r *bufio.Reader, size int) (remain int, err error) {
145 remain, err = readInt16(r, size, &t.ErrorCode)
146 return
147}

Callers

nothing calls this directly

Calls 1

readInt16Function · 0.70

Tested by

no test coverage detected