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

Method size

src/Abyss/FileSystem/CASC.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85std::streamsize CASCStream::size() const {
86 ULONGLONG ulongsize;
87 CascGetFileSize64(_file, &ulongsize);
88 return static_cast<std::streamsize>(ulongsize);
89}
90
91static bool casc_progress_callback(void *PtrUserParam, LPCSTR szWork, LPCSTR szObject, DWORD CurrentValue, DWORD TotalValue) {
92 if (szObject) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected