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

Method root

Source/ThirdParty/pugixml/pugixml.cpp:4875–4878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4873 }
4874
4875 PUGI__FN xml_node xml_node::root() const
4876 {
4877 return _root ? xml_node(&impl::get_document(_root)) : xml_node();
4878 }
4879
4880 PUGI__FN xml_text xml_node::text() const
4881 {

Callers 4

allow_moveFunction · 0.80
first_element_by_pathMethod · 0.80
eval_node_setMethod · 0.80
getRootNodeMethod · 0.80

Calls 1

xml_nodeClass · 0.85

Tested by

no test coverage detected