MCPcopy Create free account
hub / github.com/chrxh/alien / isSimulationRunning

Method isSimulationRunning

source/EngineImpl/SimulationFacadeImpl.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209bool _SimulationFacadeImpl::isSimulationRunning() const
210{
211 return _worker.isSimulationRunning();
212}
213
214void _SimulationFacadeImpl::closeSimulation()
215{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected