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

Method testOnly_mutate

source/EngineImpl/EngineWorker.cpp:494–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494void EngineWorker::testOnly_mutate(uint64_t cellId, MutationType mutationType)
495{
496 EngineWorkerGuard access(this);
497 _simulationCudaFacade->testOnly_mutate(cellId, mutationType);
498}
499
500void EngineWorker::testOnly_mutationCheck(uint64_t cellId)
501{

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36