MCPcopy 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
80InfoNode InfoTree::GetRoot() {
81 if (_nodeOrInfos.size() <= 1) {
82 CreateObject();
83 }
84 return InfoNode(1, this);
85}

Callers 3

update_name_style_configFunction · 0.80
ParseTreeMethod · 0.80
DeserializeMethod · 0.80

Calls 2

InfoNodeClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected