MCPcopy 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
186private:
187 CInStream mStream;

Callers 3

SaveState_LoadFromFileFunction · 0.80
find_roms_in_zipfileFunction · 0.80
processFileFunction · 0.80

Calls 1

ReadDataMethod · 0.80

Tested by

no test coverage detected