MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getFileSize

Method getFileSize

src/Osako/GhostFile.cpp:200–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198u8 GhostFile::getIconSpeed(u8) { return CARD_STAT_SPEED_SLOW; }
199void *GhostFile::getBuf() { return &mHeader; }
200u32 GhostFile::getFileSize() { return sizeof(Header) + sizeof(FileData); }
201s32 GhostFile::getLength() { return sizeof(Header) + sizeof(FileData); }
202s32 GhostFile::getOffset() { return 0; }
203

Callers 7

createTaskFunction · 0.45
checkFreeFunction · 0.45
readDataMethod · 0.45
seekPosMethod · 0.45
callCommand_AsyncMethod · 0.45
loadToMainRAMFunction · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected