| 180 | //============================================================================// |
| 181 | |
| 182 | std::string HubLink::getLuaCodeFilename() const { |
| 183 | return getConfigDirName(BZ_CONFIG_DIR_VERSION) + codeFileName; |
| 184 | } |
| 185 | |
| 186 | |
| 187 | bool HubLink::loadFile(const std::string& path, std::string& data) const { |
nothing calls this directly
no test coverage detected