MCPcopy 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
98int 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

remainingMethod · 0.80
readyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected