Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
100
func
(wb *writeBuffer) writeArrayLen(n int) {
101
wb.writeInt32(int32(n))
102
}
103
104
func
(wb *writeBuffer) writeArray(n int, f
func
(int)) {
105
wb.writeArrayLen(n)
Callers
10
writeArray
Method · 0.95
writeFetchRequestV2
Method · 0.95
writeFetchRequestV5
Method · 0.95
writeFetchRequestV10
Method · 0.95
writeListOffsetRequestV1
Method · 0.95
writeProduceRequestV2
Method · 0.95
writeProduceRequestV3
Method · 0.95
writeProduceRequestV7
Method · 0.95
writeTo
Method · 0.80
writeTo
Method · 0.80
Calls
1
writeInt32
Method · 0.95
Tested by
no test coverage detected