MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / GetSize

Function GetSize

src/openrct2/core/File.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 }
146
147 uint64_t GetSize(u8string_view path)
148 {
149 return Platform::GetFileSize(path);
150 }
151} // namespace OpenRCT2::File

Callers 1

GetSizeMethod · 0.85

Calls 1

GetFileSizeFunction · 0.50

Tested by

no test coverage detected