Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ proctl_start_init
Function
proctl_start_init
lib_acl/src/proctl/acl_proctl.c:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
static void proctl_start_init(const char *progname)
25
{
26
proctl_init(progname);
27
proctl_service_init();
28
}
29
30
void acl_proctl_daemon_path(char *buf, size_t size)
31
{
Callers
1
acl_proctl_deamon_init
Function · 0.85
Calls
2
proctl_init
Function · 0.85
proctl_service_init
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…