MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / consume

Method consume

src/utils/BufferedOutputStream.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void BufferedOutputStream::consume(bool blocking) {
16 buffer.incrementWritePointer(1,blocking);
17}
18
19int BufferedOutputStream::remaining() {
20 return buffer.available_write();

Callers

nothing calls this directly

Calls 1

incrementWritePointerMethod · 0.80

Tested by

no test coverage detected