MCPcopy 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
23int BufferedOutputStream::ready() {
24 return buffer.available_read();
25}
26
27int BufferedOutputStream::get_contiguous_blocks() {
28 return buffer.get_contiguous_read_blocks();

Callers

nothing calls this directly

Calls 1

available_readMethod · 0.80

Tested by

no test coverage detected