Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ available_write
Method
available_write
src/utils/CircularBlockBuffer.cpp:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
int CircularBlockBuffer::available_write() const {
99
return _blockCount - _buffer_fill - _reserve_read_total;
100
}
101
102
// reserve <-- w --> n
103
// reserved Blocks are asynchronously written from the moment the method is called
Callers
2
remaining
Method · 0.80
ready
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected