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

Method consume

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

incrementReadPointerMethod · 0.80

Tested by

no test coverage detected