MCPcopy Create free account
hub / github.com/MyGUI/mygui / remove_child

Method remove_child

UnitTests/TestApp/pugixml.cpp:5013–5016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5011 }
5012
5013 PUGI__FN bool xml_node::remove_child(const char_t* name_)
5014 {
5015 return remove_child(child(name_));
5016 }
5017
5018 PUGI__FN bool xml_node::remove_child(const xml_node& n)
5019 {

Callers

nothing calls this directly

Calls 1

destroy_nodeFunction · 0.70

Tested by

no test coverage detected