Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ available_read
Method
available_read
src/utils/CircularBlockBuffer.cpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
int CircularBlockBuffer::available_read() const {
95
return _buffer_fill - _reserve_write_total;
96
}
97
98
int CircularBlockBuffer::available_write() const {
99
return _blockCount - _buffer_fill - _reserve_read_total;
Callers
2
ready
Method · 0.80
remaining
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected