| 25 | virtual void Shutdown() = 0; |
| 26 | |
| 27 | virtual std::list<std::pair<std::string, std::string>> GenInitializationReport() const noexcept { return {}; } |
| 28 | |
| 29 | virtual std::string_view Type() const noexcept = 0; // It should always return the same value |
| 30 | virtual std::string_view Name() const noexcept = 0; // It should always return the same value |
nothing calls this directly
no outgoing calls
no test coverage detected