MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / read

Method read

extlibs/soloud/src/core/soloud_file.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62 unsigned int DiskFile::read(unsigned char *aDst, unsigned int aBytes)
63 {
64 return (unsigned int)fread(aDst, 1, aBytes, mFileHandle);
65 }
66
67 unsigned int DiskFile::length()
68 {

Callers 6

openToMemMethod · 0.45
openFileToMemMethod · 0.45
Soloud_Filehack_freadFunction · 0.45
sol.hppFile · 0.45
callMethod · 0.45
pushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected