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

Function xml_node__remove_attribute1

NULLC/includes/pugi.cpp:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 ptr->node.remove_attribute(a->attribute);
315 }
316 void xml_node__remove_attribute1(NULLCArray name, xml_node* ptr)
317 {
318 ptr->node.remove_attribute(name.ptr);
319 }
320
321 void xml_node__remove_child0(xml_node * n, xml_node* ptr)
322 {

Callers

nothing calls this directly

Calls 1

remove_attributeMethod · 0.80

Tested by

no test coverage detected