MCPcopy Create free account
hub / github.com/EasyRPG/Player / GetFilesize

Method GetFilesize

src/filesystem.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315int64_t FilesystemView::GetFilesize(std::string_view path) const {
316 assert(fs);
317 return fs->GetFilesize(MakePath(path));
318}
319
320DirectoryTree::DirectoryListType* FilesystemView::ListDirectory(std::string_view path) const {
321 assert(fs);

Callers 3

IsMajorUpdatedTreeMethod · 0.45
filesystem_zip.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected