MCPcopy 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
19int BufferedOutputStream::remaining() {
20 return buffer.available_write();
21}
22
23int BufferedOutputStream::ready() {
24 return buffer.available_read();

Callers

nothing calls this directly

Calls 1

available_writeMethod · 0.80

Tested by

no test coverage detected