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

Function xml_node__remove_child0

NULLC/includes/pugi.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 }
320
321 void xml_node__remove_child0(xml_node * n, xml_node* ptr)
322 {
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);

Callers

nothing calls this directly

Calls 1

remove_childMethod · 0.80

Tested by

no test coverage detected