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

Struct pageBuffer

protocol/buffer.go:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182)
183
184type pageBuffer struct {
185 refc refCount
186 pages contiguousPages
187 length int
188 cursor int
189}
190
191func newPageBuffer() *pageBuffer {
192 b, _ := pageBufferPool.Get().(*pageBuffer)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected