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

Function acl_json_node_disable

lib_acl/src/json/acl_json.c:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void acl_json_node_disable(ACL_JSON_NODE *node, int yes)
161{
162 node->disabled = yes ? 1 : (unsigned) 0;
163}
164
165int acl_json_node_disabled(ACL_JSON_NODE *node)
166{

Callers 2

acl_foreachFunction · 0.85
disableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…