Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ getOffset
Method
getOffset
src/Osako/GhostFile.cpp:202–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
u32 GhostFile::getFileSize() { return sizeof(Header) + sizeof(FileData); }
201
s32 GhostFile::getLength() { return sizeof(Header) + sizeof(FileData); }
202
s32 GhostFile::getOffset() { return 0; }
203
204
void GhostFile::setCheckData(s64)
205
{
Callers
4
read
Function · 0.45
readTask
Function · 0.45
write
Function · 0.45
writeTask
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected