| 187 | } |
| 188 | |
| 189 | void _SimulationFacadeImpl::runSimulation() |
| 190 | { |
| 191 | _simRunTimePoint = std::chrono::system_clock::now(); |
| 192 | _worker.runSimulation(); |
| 193 | } |
| 194 | |
| 195 | void _SimulationFacadeImpl::pauseSimulation() |
| 196 | { |
nothing calls this directly
no outgoing calls
no test coverage detected