MCPcopy Create free account
hub / github.com/MyGUI/mygui / value

Method value

UnitTests/TestApp/pugixml.cpp:4284–4287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4282 }
4283
4284 PUGI__FN const char_t* xml_attribute::value() const
4285 {
4286 return (_attr && _attr->value) ? _attr->value : PUGIXML_TEXT("");
4287 }
4288
4289 PUGI__FN size_t xml_attribute::hash_value() const
4290 {

Callers 10

node_output_attributesFunction · 0.45
node_outputFunction · 0.45
recursive_copy_skipFunction · 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