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

Function acl_json_node_erase

lib_acl/src/json/acl_json.c:140–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140ACL_JSON_NODE *acl_json_node_erase(ACL_JSON_NODE *node, ACL_ITER *it)
141{
142 ACL_JSON_NODE *curr = (ACL_JSON_NODE*) it->data;
143 ACL_JSON_NODE *next = node->iter_next(it, node);
144 if (curr) {
145 acl_json_node_delete(curr);
146 }
147 return next;
148}
149
150ACL_JSON_NODE *acl_json_node_rerase(ACL_JSON_NODE *node, ACL_ITER *it)
151{

Callers 1

free_childMethod · 0.85

Calls 1

acl_json_node_deleteFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…