Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ registerObject
Method
registerObject
source/Gui/MainLoopEntity.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include
"MainLoopEntityController.h"
4
5
void AbstractMainLoopEntity::registerObject()
6
{
7
MainLoopEntityController::get().registerObject(this);
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected