Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ read
Method
read
Source/Core/SaveState.cpp:178–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
size_t read(void* data, size_t size)
179
{
180
if( mStream.ReadData( data, size ) )
181
return size;
182
183
return 0;
184
}
185
186
private:
187
CInStream mStream;
Callers
3
SaveState_LoadFromFile
Function · 0.80
find_roms_in_zipfile
Function · 0.80
processFile
Function · 0.80
Calls
1
ReadData
Method · 0.80
Tested by
no test coverage detected