MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / read32

Method read32

Dependencies/soloud/src/core/soloud_file.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 unsigned int File::read32()
50 {
51 unsigned int d = 0;
52 read((unsigned char*)&d, 4);
53 return d;
54 }
55
56DiskFile::DiskFile(FILE *fp):
57mFileHandle(fp)

Callers 4

parseMethod · 0.80
testAndLoadFileMethod · 0.80
loadFileMethod · 0.80
loadFileMethod · 0.80

Calls 1

readFunction · 0.85

Tested by

no test coverage detected