MCPcopy Create free account
hub / github.com/Kitware/VTK / remove_attribute

Method remove_attribute

ThirdParty/pugixml/vtkpugixml/src/pugixml.cpp:6535–6538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6533 }
6534
6535 PUGI_IMPL_FN bool xml_node::remove_attribute(const char_t* name_)
6536 {
6537 return remove_attribute(attribute(name_));
6538 }
6539
6540#ifdef PUGIXML_HAS_STRING_VIEW
6541 PUGI_IMPL_FN bool xml_node::remove_attribute(string_view_t name_)

Callers 1

AddSubtreeMethod · 0.80

Calls 6

remove_attributeFunction · 0.85
attributeFunction · 0.85
is_attribute_ofFunction · 0.85
destroy_attributeFunction · 0.85
get_allocatorFunction · 0.50
reserveMethod · 0.45

Tested by

no test coverage detected