Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getRoot
Method
getRoot
MyGUIEngine/src/MyGUI_XmlDocument.cpp:921–924 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
919
}
920
921
ElementPtr Document::getRoot() const
922
{
923
return mRoot.get();
924
}
925
926
void Document::setLastFileError(std::string_view _filename)
927
{
Callers
2
_loadImplement
Method · 0.45
_loadLanguageXML
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected