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

Method first_child

Source/ThirdParty/pugixml/pugixml.cpp:4911–4914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4909 }
4910
4911 PUGI__FN xml_node xml_node::first_child() const
4912 {
4913 return _root ? xml_node(_root->first_child) : xml_node();
4914 }
4915
4916 PUGI__FN xml_node xml_node::last_child() const
4917 {

Callers 5

find_nodeFunction · 0.80
traverseMethod · 0.80
resetMethod · 0.80

Calls 1

xml_nodeClass · 0.85

Tested by

no test coverage detected