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

Method size

protocol.go:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174}
175
176func (h requestHeader) size() int32 {
177 return 4 + 2 + 2 + 4 + sizeofString(h.ClientID)
178}
179
180func (h requestHeader) writeTo(wb *writeBuffer) {
181 wb.writeInt32(h.Size)

Callers 8

ApiVersionsMethod · 0.95
writeFetchRequestV2Method · 0.95
writeFetchRequestV5Method · 0.95
writeFetchRequestV10Method · 0.95
writeProduceRequestV2Method · 0.95
writeProduceRequestV3Method · 0.95
writeProduceRequestV7Method · 0.95

Calls 1

sizeofStringFunction · 0.85

Tested by

no test coverage detected