Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ GetRoot
Method
GetRoot
Util/src/InfoTree/InfoTree.cpp:80–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
InfoNode InfoTree::GetRoot() {
81
if (_nodeOrInfos.size() <= 1) {
82
CreateObject();
83
}
84
return InfoNode(1, this);
85
}
Callers
3
update_name_style_config
Function · 0.80
ParseTree
Method · 0.80
Deserialize
Method · 0.80
Calls
2
InfoNode
Class · 0.85
size
Method · 0.45
Tested by
no test coverage detected