Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
489
bool EngineWorker::isSimulationRunning() const
490
{
491
return _isSimulationRunning.load();
492
}
493
494
void EngineWorker::testOnly_mutate(uint64_t cellId, MutationType mutationType)
495
{
Callers
15
processCenterOnSelection
Method · 0.45
processMenubar
Method · 0.45
process
Method · 0.45
process
Method · 0.45
leftMouseButtonPressed
Method · 0.45
leftMouseButtonHold
Method · 0.45
leftMouseButtonReleased
Method · 0.45
rightMouseButtonPressed
Method · 0.45
rightMouseButtonHold
Method · 0.45
rightMouseButtonReleased
Method · 0.45
drawCursor
Method · 0.45
processRunButton
Method · 0.45
Calls
1
load
Method · 0.80
Tested by
no test coverage detected