Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ remove_child
Method
remove_child
Tools/EditorFramework/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
1
setValueListImpl
Method · 0.45
Calls
1
destroy_node
Function · 0.70
Tested by
no test coverage detected