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