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

Function acl_version

lib_acl/src/init/acl_init.c:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28static char *version = "3.6.8 20260604-16:00";
29
30const char *acl_version(void)
31{
32 return version;
33}
34
35const char *acl_verbose(void)
36{

Callers 15

mainFunction · 0.85
check_versionFunction · 0.85
mainFunction · 0.85
napi_value InitFunction · 0.85
log_infoFunction · 0.85
log_errorFunction · 0.85
log_warnFunction · 0.85
log_fatalFunction · 0.85
log_debugFunction · 0.85
napi_value InitFunction · 0.85
log_infoFunction · 0.85
log_errorFunction · 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…