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

Method testOnly_mutate

source/EngineImpl/SimulationFacadeImpl.cpp:376–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376void _SimulationFacadeImpl::testOnly_mutate(uint64_t cellId, MutationType mutationType)
377{
378 _worker.testOnly_mutate(cellId, mutationType);
379}
380
381void _SimulationFacadeImpl::testOnly_mutationCheck(uint64_t cellId)
382{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected