MCPcopy Create free account
hub / github.com/WheretIB/nullc / remove_attribute

Method remove_attribute

external/pugixml/pugixml.cpp:4064–4067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4062 }
4063
4064 bool xml_node::remove_attribute(const char_t* name)
4065 {
4066 return remove_attribute(attribute(name));
4067 }
4068
4069 bool xml_node::remove_attribute(const xml_attribute& a)
4070 {

Callers 2

Calls 1

destroy_attributeFunction · 0.85

Tested by

no test coverage detected