| 157 | } |
| 158 | |
| 159 | bool init(std::string SrcDir, std::string CodePath) { |
| 160 | std::vector<std::string> CodePaths = {CodePath}; |
| 161 | return init(SrcDir, CodePaths); |
| 162 | } |
| 163 | |
| 164 | bool init(std::string SrcDir, std::vector<std::string> CodePaths) { |
| 165 | if (!load(SrcDir, CodePaths)) |
nothing calls this directly
no test coverage detected