MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / parent

Method parent

Source/ThirdParty/pugixml/pugixml.cpp:4870–4873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4868 }
4869
4870 PUGI__FN xml_node xml_node::parent() const
4871 {
4872 return _root ? xml_node(_root->parent) : xml_node();
4873 }
4874
4875 PUGI__FN xml_node xml_node::root() const
4876 {

Callers 15

GeneratorTrackerClass · 0.80
closeMethod · 0.80
SectionTrackerMethod · 0.80
find_nodeFunction · 0.80
allow_moveFunction · 0.80
pathMethod · 0.80
first_element_by_pathMethod · 0.80
traverseMethod · 0.80
pugixml.cppFile · 0.80
operator()Method · 0.80
namespace_uriFunction · 0.80

Calls 1

xml_nodeClass · 0.85

Tested by

no test coverage detected