Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ read
Method
read
Dependencies/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
push
Method · 0.45
call.hpp
File · 0.45
call
Method · 0.45
openToMem
Method · 0.45
openFileToMem
Method · 0.45
Soloud_Filehack_fread
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected