Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetSize
Method · 0.85
Calls
1
GetFileSize
Function · 0.50
Tested by
no test coverage detected