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

Function setupString

src/game/DirectoryNames.cpp:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159static std::string setupString(std::string dir) {
160 std::string name = getConfigDirName();
161 name += dir;
162 name += BZ_DIRECTORY_SEPARATOR;
163 return name;
164}
165
166std::string getCacheDirName() {
167 std::string name = getConfigDirName();

Callers 3

getRecordDirNameFunction · 0.85
getScreenShotDirNameFunction · 0.85
getWorldDirNameFunction · 0.85

Calls 1

getConfigDirNameFunction · 0.85

Tested by

no test coverage detected