MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / getPathForOS

Function getPathForOS

plugins/plugin_utils/plugin_files.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30std::string getPathForOS(const char* file);
31inline std::string getPathForOS(const std::string& file) {return getPathForOS(file.c_str());}
32
33std::string getFileExtension(const char* file);
34inline std::string getFileExtension(const std::string& file) {return getFileExtension(file.c_str());}

Callers 2

processTemplateFileMethod · 0.70

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected