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

Function acl_json_node_rerase

lib_acl/src/json/acl_json.c:150–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150ACL_JSON_NODE *acl_json_node_rerase(ACL_JSON_NODE *node, ACL_ITER *it)
151{
152 ACL_JSON_NODE *curr = (ACL_JSON_NODE*) it->data;
153 ACL_JSON_NODE *next = node->iter_prev(it, node);
154 if (curr) {
155 acl_json_node_delete(curr);
156 }
157 return next;
158}
159
160void acl_json_node_disable(ACL_JSON_NODE *node, int yes)
161{

Callers

nothing calls this directly

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…