MCPcopy 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
307std::string getPathForOS(const char* file) {
308 return convertPathToDelims(file);
309}
310
311std::string concatPaths(const char* path1, const char* path2) {
312 std::string ret = getPathForOS(path1);

Callers 1

concatPathsFunction · 0.70

Calls 1

convertPathToDelimsFunction · 0.85

Tested by

no test coverage detected