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

Method name

Source/ThirdParty/pugixml/pugixml.cpp:4562–4565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4560 }
4561
4562 PUGI__FN const char_t* xml_attribute::name() const
4563 {
4564 return (_attr && _attr->name) ? _attr->name : PUGIXML_TEXT("");
4565 }
4566
4567 PUGI__FN const char_t* xml_attribute::value() const
4568 {

Callers 13

child_or_appendMethod · 0.45
append_copyMethod · 0.45
prepend_copyMethod · 0.45
insert_copy_afterMethod · 0.45
insert_copy_beforeMethod · 0.45
pathMethod · 0.45
pugixml.cppFile · 0.45
qualified_nameFunction · 0.45
operator()Method · 0.45
namespace_uriFunction · 0.45
eval_booleanMethod · 0.45
findMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected