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