| 358 | virtual Variable* AsVariable() override { return this; } |
| 359 | |
| 360 | inline T GetData() const { return m_Data; } |
| 361 | |
| 362 | inline T const& GetDataRef() const { return m_Data; } |
| 363 |
nothing calls this directly
no outgoing calls
no test coverage detected