| 141 | } |
| 142 | |
| 143 | void _SimulationFacadeImpl::makeSticky(bool includeClusters) |
| 144 | { |
| 145 | _worker.makeSticky(includeClusters); |
| 146 | } |
| 147 | |
| 148 | void _SimulationFacadeImpl::removeStickiness(bool includeClusters) |
| 149 | { |
nothing calls this directly
no outgoing calls
no test coverage detected