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

Method GetFilesize

src/filesystem_native.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53int64_t NativeFilesystem::GetFilesize(std::string_view path) const {
54 return Platform::File(ToString(path)).GetSize();
55}
56
57std::streambuf* NativeFilesystem::CreateInputStreambuffer(std::string_view path, std::ios_base::openmode mode) const {
58#ifdef USE_CUSTOM_FILEBUF

Callers

nothing calls this directly

Calls 2

FileClass · 0.85
GetSizeMethod · 0.45

Tested by

no test coverage detected