MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / ByteBuffer

Struct ByteBuffer

internal/byte_input.go:45–48  ·  view source on GitHub ↗

ByteBuffer raw bytes wrapper

Source from the content-addressed store, hash-verified

43
44// ByteBuffer raw bytes wrapper
45type ByteBuffer struct {
46 buf []byte
47 off int
48}
49
50// NewByteBuffer creates a new ByteBuffer.
51func NewByteBuffer(buf []byte) *ByteBuffer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected