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

Method size

syncgroup.go:270–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268}
269
270func (t syncGroupResponseV0) size() int32 {
271 return sizeofInt16(t.ErrorCode) +
272 sizeofBytes(t.MemberAssignments)
273}
274
275func (t syncGroupResponseV0) writeTo(wb *writeBuffer) {
276 wb.writeInt16(t.ErrorCode)

Callers

nothing calls this directly

Calls 2

sizeofInt16Function · 0.85
sizeofBytesFunction · 0.85

Tested by

no test coverage detected