Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ size
Method
size
message.go:109–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
func
(m messageSetItem) size() int32 {
110
return
8 + 4 + m.Message.size()
111
}
112
113
func
(m messageSetItem) writeTo(wb *writeBuffer) {
114
wb.writeInt64(m.Offset)
Callers
1
testWriteProduceRequestV2
Function · 0.95
Calls
1
size
Method · 0.65
Tested by
1
testWriteProduceRequestV2
Function · 0.76