MCPcopy
hub / github.com/RoaringBitmap/roaring / ByteInputAdapter

Struct ByteInputAdapter

internal/byte_input.go:139–143  ·  view source on GitHub ↗

ByteInputAdapter reader wrapper

Source from the content-addressed store, hash-verified

137
138// ByteInputAdapter reader wrapper
139type ByteInputAdapter struct {
140 r io.Reader
141 readBytes int
142 buf [4]byte
143}
144
145var _ io.Reader = (*ByteInputAdapter)(nil)
146

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected