Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
openToMem
Method · 0.45
openFileToMem
Method · 0.45
Soloud_Filehack_fread
Function · 0.45
sol.hpp
File · 0.45
call
Method · 0.45
push
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected