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

Method getLuaCodeFilename

src/bzflag/HubLink.cpp:182–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180//============================================================================//
181
182std::string HubLink::getLuaCodeFilename() const {
183 return getConfigDirName(BZ_CONFIG_DIR_VERSION) + codeFileName;
184}
185
186
187bool HubLink::loadFile(const std::string& path, std::string& data) const {

Callers

nothing calls this directly

Calls 1

getConfigDirNameFunction · 0.85

Tested by

no test coverage detected