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

Method remove_attribute

Source/ThirdParty/pugixml/pugixml.cpp:5257–5260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5255 }
5256
5257 PUGI__FN bool xml_node::remove_attribute(const char_t* name_)
5258 {
5259 return remove_attribute(attribute(name_));
5260 }
5261
5262 PUGI__FN bool xml_node::remove_attribute(const xml_attribute& a)
5263 {

Callers

nothing calls this directly

Calls 3

remove_attributeFunction · 0.85
is_attribute_ofFunction · 0.85
destroy_attributeFunction · 0.85

Tested by

no test coverage detected