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

Function acl_debug_init

lib_acl/src/stdlib/acl_debug.c:34–37  ·  view source on GitHub ↗

ptr format: 1:1; 2:10; 3:8... */

Source from the content-addressed store, hash-verified

32
33/* ptr format: 1:1; 2:10; 3:8... */
34void acl_debug_init(const char *ptr)
35{
36 acl_debug_init2(ptr, DEF_DEBUG_SECTIONS);
37}
38
39void acl_debug_init2(const char *str, int max_debug_level)
40{

Callers 4

mainFunction · 0.85
openMethod · 0.85
debug_initMethod · 0.85
CProcCtrlMethod · 0.85

Calls 1

acl_debug_init2Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…