| 498 | } |
| 499 | |
| 500 | void EngineWorker::testOnly_mutationCheck(uint64_t cellId) |
| 501 | { |
| 502 | EngineWorkerGuard access(this); |
| 503 | _simulationCudaFacade->testOnly_mutationCheck(cellId); |
| 504 | } |
| 505 | |
| 506 | DataTO EngineWorker::provideTO() |
| 507 | { |
nothing calls this directly
no outgoing calls
no test coverage detected