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