Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ type
Method
type
Source/ThirdParty/pugixml/pugixml.cpp:4806–4809 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4804
}
4805
4806
PUGI__FN xml_node_type xml_node::type() const
4807
{
4808
return _root ? PUGI__NODETYPE(_root) : node_null;
4809
}
4810
4811
PUGI__FN const char_t* xml_node::value() const
4812
{
Callers
15
is_text_node
Function · 0.45
allow_move
Function · 0.45
append_copy
Method · 0.45
prepend_copy
Method · 0.45
insert_copy_after
Method · 0.45
insert_copy_before
Method · 0.45
xpath_string string_value
Function · 0.45
apply_predicates
Method · 0.45
step_do
Method · 0.45
eval_boolean
Method · 0.45
eval_number
Method · 0.45
eval_string
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected