MCPcopy Create free account
hub / github.com/comaps/comaps / UncompressedSize

Method UncompressedSize

libs/coding/zip_reader.hpp:41–41  ·  view source on GitHub ↗

@note Size() returns compressed file size inside zip

Source from the content-addressed store, hash-verified

39
40 /// @note Size() returns compressed file size inside zip
41 uint64_t UncompressedSize() const { return m_uncompressedFileSize; }
42
43 /// @warning Can also throw Writer::OpenException and Writer::WriteException
44 static void UnzipFile(std::string const & zipContainer, std::string const & fileInZip, Delegate & delegate);

Callers 1

UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.64