MCPcopy 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_nodeFunction · 0.45
allow_moveFunction · 0.45
append_copyMethod · 0.45
prepend_copyMethod · 0.45
insert_copy_afterMethod · 0.45
insert_copy_beforeMethod · 0.45
apply_predicatesMethod · 0.45
step_doMethod · 0.45
eval_booleanMethod · 0.45
eval_numberMethod · 0.45
eval_stringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected