| 59 | } |
| 60 | |
| 61 | bool _SimulationFacadeImpl::isSyncSimulationWithRendering() const |
| 62 | { |
| 63 | return _worker.isSyncSimulationWithRendering(); |
| 64 | } |
| 65 | |
| 66 | void _SimulationFacadeImpl::setSyncSimulationWithRendering(bool value) |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected