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

Method provide

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

incrementWritePointerMethod · 0.80

Tested by

no test coverage detected