| 166 | } |
| 167 | |
| 168 | void _SimulationFacadeImpl::setDetached(bool value) |
| 169 | { |
| 170 | _worker.setDetached(value); |
| 171 | } |
| 172 | |
| 173 | void _SimulationFacadeImpl::changeCell(CellDescription const& changedCell) |
| 174 | { |
nothing calls this directly
no outgoing calls
no test coverage detected