Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ provide
Method
provide
src/utils/BufferedInputStream.cpp:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
void BufferedInputStream::provide(int n) {
12
buffer.incrementWritePointer(n);
13
}
14
15
void BufferedInputStream::consume(bool blocking) {
16
buffer.incrementReadPointer(1,blocking);
Callers
nothing calls this directly
Calls
1
incrementWritePointer
Method · 0.80
Tested by
no test coverage detected