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

Method writeArrayLen

write.go:100–102  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

98}
99
100func (wb *writeBuffer) writeArrayLen(n int) {
101 wb.writeInt32(int32(n))
102}
103
104func (wb *writeBuffer) writeArray(n int, f func(int)) {
105 wb.writeArrayLen(n)

Callers 10

writeArrayMethod · 0.95
writeFetchRequestV2Method · 0.95
writeFetchRequestV5Method · 0.95
writeFetchRequestV10Method · 0.95
writeProduceRequestV2Method · 0.95
writeProduceRequestV3Method · 0.95
writeProduceRequestV7Method · 0.95
writeToMethod · 0.80
writeToMethod · 0.80

Calls 1

writeInt32Method · 0.95

Tested by

no test coverage detected