| 54 | |
| 55 | std::string const& GetDescription() const { return m_Description; } |
| 56 | void SetDescription(std::string const& description) { m_Description = description; } |
| 57 | |
| 58 | virtual Variable* AsVariable() { return nullptr; } |
| 59 | virtual Command* AsCommand() { return nullptr; } |
nothing calls this directly
no outgoing calls
no test coverage detected