Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ remove_child
Method
remove_child
external/pugixml/pugixml.cpp:4091–4094 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4089
}
4090
4091
bool xml_node::remove_child(const char_t* name)
4092
{
4093
return remove_child(child(name));
4094
}
4095
4096
bool xml_node::remove_child(const xml_node& n)
4097
{
Callers
2
xml_node__remove_child0
Function · 0.80
xml_node__remove_child1
Function · 0.80
Calls
1
destroy_node
Function · 0.85
Tested by
no test coverage detected