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