Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ sizeofBytes
Function
sizeofBytes
sizeof.go:54–56 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
52
}
53
54
func
sizeofBytes(b []byte) int32 {
55
return
4 + int32(len(b))
56
}
57
58
func
sizeofArray(n int, f
func
(int) int32) int32 {
59
s := int32(4)
Callers
13
size
Method · 0.85
size
Method · 0.85
size
Method · 0.85
size
Method · 0.85
sizeof
Function · 0.85
size
Method · 0.85
size
Method · 0.85
size
Method · 0.85
messageSize
Function · 0.85
messageSetSize
Function · 0.85
size
Method · 0.85
size
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected