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

Method Bytes

builder_test.go:237–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235}
236
237func (f *kafkaWriteBuffer) Bytes() []byte {
238 return f.buf.Bytes()
239}
240
241// call is a convenience method that allows the kafkaWriteBuffer to be used
242// in a functional manner. This is helpful when building

Callers 1

callMethod · 0.95

Calls 1

BytesMethod · 0.65

Tested by

no test coverage detected