Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ Peek
Method
Peek
Source/FileStream.cpp:209–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
void FileStreamIn::Peek(void* buffer, int size)
210
{
211
auto pos = mStream->getPosition();
212
mStream->read(buffer, size);
213
mStream->setPosition(pos);
214
}
215
216
bool FileStreamIn::Eof() const
217
{
Callers
2
DoesModuleHaveMoreSaveData
Method · 0.80
LoadState
Method · 0.80
Calls
1
getPosition
Method · 0.80
Tested by
no test coverage detected