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

Method provide

src/utils/BufferedOutputStream.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11void BufferedOutputStream::provide(int n) {
12 buffer.incrementReadPointer(n);
13}
14
15void BufferedOutputStream::consume(bool blocking) {
16 buffer.incrementWritePointer(1,blocking);

Callers

nothing calls this directly

Calls 1

incrementReadPointerMethod · 0.80

Tested by

no test coverage detected