Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ totalSize
Method
totalSize
message.go:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
func
(msg *Message) totalSize() int32 {
60
return
int32(msg.headerSize()) + msg.size()
61
}
62
63
type
message
struct
{
64
CRC int32
Callers
2
WriteMessages
Method · 0.80
add
Method · 0.80
Calls
2
headerSize
Method · 0.95
size
Method · 0.95
Tested by
no test coverage detected