| 24 | } |
| 25 | |
| 26 | bool load(std::string BaseDirPath, std::string CodePath) { |
| 27 | return load(BaseDirPath, std::vector<std::string>({CodePath})); |
| 28 | } |
| 29 | |
| 30 | ASTDefNode *getASTDefNode(std::string GlobalVarName) { |
| 31 | if (!AccessHelper) |
nothing calls this directly
no test coverage detected