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

Function xml_node__remove_child1

NULLC/includes/pugi.cpp:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 ptr->node.remove_child(n->node);
324 }
325 void xml_node__remove_child1(NULLCArray name, xml_node* ptr)
326 {
327 ptr->node.remove_child(name.ptr);
328 }
329
330 xml_attribute xml_node__first_attribute(xml_node* ptr)
331 {

Callers

nothing calls this directly

Calls 1

remove_childMethod · 0.80

Tested by

no test coverage detected