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

Function acl_xml3_node_append

lib_acl/src/xml/acl_xml3.c:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void acl_xml3_node_append(ACL_XML3_NODE *node1, ACL_XML3_NODE *node2)
162{
163 acl_ring_append(&node1->node, &node2->node);
164 node2->parent = node1->parent;
165 node1->xml->node_cnt++;
166}
167
168void acl_xml3_node_add_child(ACL_XML3_NODE *parent, ACL_XML3_NODE *child)
169{

Callers

nothing calls this directly

Calls 1

acl_ring_appendFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…