| 374 | } |
| 375 | |
| 376 | void _SimulationFacadeImpl::testOnly_mutate(uint64_t cellId, MutationType mutationType) |
| 377 | { |
| 378 | _worker.testOnly_mutate(cellId, mutationType); |
| 379 | } |
| 380 | |
| 381 | void _SimulationFacadeImpl::testOnly_mutationCheck(uint64_t cellId) |
| 382 | { |
nothing calls this directly
no outgoing calls
no test coverage detected