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

Method isSimulationRunning

source/EngineImpl/EngineWorker.cpp:489–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489bool EngineWorker::isSimulationRunning() const
490{
491 return _isSimulationRunning.load();
492}
493
494void EngineWorker::testOnly_mutate(uint64_t cellId, MutationType mutationType)
495{

Callers 15

processMenubarMethod · 0.45
processMethod · 0.45
processMethod · 0.45
leftMouseButtonHoldMethod · 0.45
rightMouseButtonHoldMethod · 0.45
drawCursorMethod · 0.45
processRunButtonMethod · 0.45

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected