MCPcopy
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
54func sizeofBytes(b []byte) int32 {
55 return 4 + int32(len(b))
56}
57
58func sizeofArray(n int, f func(int) int32) int32 {
59 s := int32(4)

Callers 13

sizeMethod · 0.85
sizeMethod · 0.85
sizeMethod · 0.85
sizeMethod · 0.85
sizeofFunction · 0.85
sizeMethod · 0.85
sizeMethod · 0.85
sizeMethod · 0.85
messageSizeFunction · 0.85
messageSetSizeFunction · 0.85
sizeMethod · 0.85
sizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected