MCPcopy
hub / github.com/segmentio/kafka-go / size

Method size

deletetopics.go:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func (t deleteTopicsRequest) size() int32 {
81 return sizeofStringArray(t.Topics) +
82 sizeofInt32(t.Timeout)
83}
84
85func (t deleteTopicsRequest) writeTo(wb *writeBuffer) {
86 wb.writeStringArray(t.Topics)

Callers

nothing calls this directly

Calls 2

sizeofStringArrayFunction · 0.85
sizeofInt32Function · 0.85

Tested by

no test coverage detected