MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / getCompressedFileSize

Method getCompressedFileSize

src/shared/fileentry.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 uint64_t getFileSize() const { return m_FileSize; }
72
73 uint64_t getCompressedFileSize() const { return m_CompressedFileSize; }
74
75private:
76 FileIndex m_Index;

Callers 1

updateFileItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected