Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/RoaringBitmap/roaring
/ SkipBytes
Method
SkipBytes
internal/byte_input.go:25–25 ·
view source on GitHub ↗
SkipBytes skips exactly n bytes
(n int)
Source
from the content-addressed store, hash-verified
23
GetReadBytes() int64
24
// SkipBytes skips exactly n bytes
25
SkipBytes(n int) error
26
}
27
28
// NewByteInputFromReader creates reader wrapper
Callers
2
readFrom
Method · 0.65
TestByteInputFlow
Function · 0.65
Implementers
2
ByteBuffer
internal/byte_input.go
ByteInputAdapter
internal/byte_input.go
Calls
no outgoing calls
Tested by
1
TestByteInputFlow
Function · 0.52