Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
DiskFile::DiskFile(FILE *fp):
57
mFileHandle(fp)
Callers
4
parse
Method · 0.80
testAndLoadFile
Method · 0.80
loadFile
Method · 0.80
loadFile
Method · 0.80
Calls
1
read
Function · 0.85
Tested by
no test coverage detected