| 404 | std::string GetAuthor() const override { return author; } |
| 405 | std::string GetVersion() const override { return version; } |
| 406 | bool GetLoadedState() const override { return L != nullptr; } |
| 407 | |
| 408 | std::vector<cmd::Command*> GetMacros() const override { return macros; } |
| 409 | std::vector<ExportFilter*> GetFilters() const override; |
no outgoing calls
no test coverage detected