Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_move
Function · 0.80
first_element_by_path
Method · 0.80
eval_node_set
Method · 0.80
getRootNode
Method · 0.80
Calls
1
xml_node
Class · 0.85
Tested by
no test coverage detected