Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_node
Function · 0.80
traverse
Method · 0.80
reset
Method · 0.80
xpath_string string_value
Function · 0.80
collectChildrenPostOrder
Method · 0.80
Calls
1
xml_node
Class · 0.85
Tested by
no test coverage detected