| 400 | void Reload() override { Create(); } |
| 401 | |
| 402 | std::string GetName() const override { return name; } |
| 403 | std::string GetDescription() const override { return description; } |
| 404 | std::string GetAuthor() const override { return author; } |
| 405 | std::string GetVersion() const override { return version; } |
no outgoing calls
no test coverage detected