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

Method value

Source/ThirdParty/pugixml/pugixml.cpp:4567–4570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4565 }
4566
4567 PUGI__FN const char_t* xml_attribute::value() const
4568 {
4569 return (_attr && _attr->value) ? _attr->value : PUGIXML_TEXT("");
4570 }
4571
4572 PUGI__FN size_t xml_attribute::hash_value() const
4573 {

Callers 8

set_child_valueMethod · 0.45
append_copyMethod · 0.45
prepend_copyMethod · 0.45
insert_copy_afterMethod · 0.45
insert_copy_beforeMethod · 0.45
namespace_uriFunction · 0.45
eval_booleanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected