Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
static char *version =
"3.6.8 20260604-16:00"
;
29
30
const char *acl_version(void)
31
{
32
return version;
33
}
34
35
const char *acl_verbose(void)
36
{
Callers
15
main
Function · 0.85
check_version
Function · 0.85
main
Function · 0.85
napi_value Init
Function · 0.85
log_info
Function · 0.85
log_error
Function · 0.85
log_warn
Function · 0.85
log_fatal
Function · 0.85
log_debug
Function · 0.85
napi_value Init
Function · 0.85
log_info
Function · 0.85
log_error
Function · 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…