MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / remove_attribute

Method remove_attribute

src/pugiXML/pugixml.cpp:4455–4458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4453 }
4454
4455 PUGI__FN bool xml_node::remove_attribute(const char_t* name_)
4456 {
4457 return remove_attribute(attribute(name_));
4458 }
4459
4460 PUGI__FN bool xml_node::remove_attribute(const xml_attribute& a)
4461 {

Callers

nothing calls this directly

Calls 1

destroy_attributeFunction · 0.85

Tested by

no test coverage detected