\brief Returns true if the simulator is in its reset state.
| 382 | /// |
| 383 | /// \brief Returns true if the simulator is in its reset state. |
| 384 | bool isReset() const |
| 385 | { |
| 386 | return this->m_is_reset; |
| 387 | } |
| 388 | |
| 389 | /// |
| 390 | /// \brief Check consistency of the simulator. |
nothing calls this directly
no outgoing calls
no test coverage detected