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

Function acl_do_debug

lib_acl/src/stdlib/acl_debug.c:101–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101int acl_do_debug(int section, int level)
102{
103 if (__debug_levels == NULL)
104 return (0);
105 if (section >= __max_sections || section < 0)
106 return (0);
107 if (level > __debug_levels[section])
108 return (0);
109
110 return (1);
111}

Callers 6

dict_evalFunction · 0.85
dict_db_openFunction · 0.85
proctl_monitor_mainFunction · 0.85
vmsg4Method · 0.85
vmsg7Method · 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…