Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ process
Method
process
source/Gui/MainLoopEntityController.cpp:17–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
void MainLoopEntityController::process()
18
{
19
for (auto const& object : _objects | std::views::reverse) {
20
object->process();
21
}
22
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected