Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ ~BufferedInputStream
Method
~BufferedInputStream
src/utils/BufferedInputStream.cpp:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
}
6
7
BufferedInputStream::~BufferedInputStream() {
8
//delete buffer;
9
}
10
11
void BufferedInputStream::provide(int n) {
12
buffer.incrementWritePointer(n);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected