MCPcopy Create free account
hub / github.com/chrxh/alien / testOnly_mutationCheck

Method testOnly_mutationCheck

source/EngineImpl/EngineWorker.cpp:500–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500void EngineWorker::testOnly_mutationCheck(uint64_t cellId)
501{
502 EngineWorkerGuard access(this);
503 _simulationCudaFacade->testOnly_mutationCheck(cellId);
504}
505
506DataTO EngineWorker::provideTO()
507{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected