MCPcopy Create free account
hub / github.com/acl-dev/acl / detach

Method detach

lib_acl_cpp/src/stdlib/xml1.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173int xml1_node::detach()
174{
175 return acl_xml_node_delete(node_);
176}
177
178xml_node& xml1_node::set_parent(xml_node* parent)
179{

Callers

nothing calls this directly

Calls 1

acl_xml_node_deleteFunction · 0.85

Tested by

no test coverage detected