MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / size

Method size

src/Abyss/FileSystem/MPQ.cpp:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92std::streamsize MPQStream::size() const { return SFileGetFileSize(_mpqFile, nullptr); }
93
94MPQ::MPQ(const std::filesystem::path &mpqPath) : _stormMpq(nullptr) {
95 std::string path = std::filesystem::absolute(mpqPath).string();

Callers 15

loadDataTablesFunction · 0.45
addDataTableMethod · 0.45
buildIndexByMethod · 0.45
CreditsMethod · 0.45
loadTileMethod · 0.45
MapEngineMethod · 0.45
stampDs1Method · 0.45
videoStreamSeekMethod · 0.45
readBytesMethod · 0.45
streamSeekMethod · 0.45
AudioStreamMethod · 0.45
readDataMethod · 0.45

Calls

no outgoing calls

Tested by 1

loadTileMethod · 0.36