Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ IsPathSeparator
Function
IsPathSeparator
src/openrct2/platform/Platform.Posix.cpp:262–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
}
261
262
bool IsPathSeparator(char c)
263
{
264
return c ==
'/'
;
265
}
266
267
std::string ResolveCasing(std::string_view path, bool fileExists)
268
{
Callers
1
Combine
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected