Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ initialise
Method
initialise
Tools/EditorFramework/DataManager.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void DataManager::initialise()
39
{
40
mRoot = Data::CreateInstance();
41
mRoot->setType(DataTypeManager::getInstance().getType(
"Root"
));
42
}
43
44
void DataManager::shutdown()
45
{
Callers
nothing calls this directly
Calls
2
setType
Method · 0.45
getType
Method · 0.45
Tested by
no test coverage detected