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

Method getLength

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

Source from the content-addressed store, hash-verified

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
204void GhostFile::setCheckData(s64)

Callers 3

readTaskFunction · 0.45
writeFunction · 0.45
writeTaskFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected