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

Function xml_node__remove_attribute0

NULLC/includes/pugi.cpp:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 }
311
312 void xml_node__remove_attribute0(xml_attribute * a, xml_node* ptr)
313 {
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);

Callers

nothing calls this directly

Calls 1

remove_attributeMethod · 0.80

Tested by

no test coverage detected