Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ getPathForOS
Function
getPathForOS
plugins/plugin_utils/plugin_files.cpp:307–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
}
306
307
std::string getPathForOS(const char* file) {
308
return convertPathToDelims(file);
309
}
310
311
std::string concatPaths(const char* path1, const char* path2) {
312
std::string ret = getPathForOS(path1);
Callers
1
concatPaths
Function · 0.70
Calls
1
convertPathToDelims
Function · 0.85
Tested by
no test coverage detected