Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ main
Function
main
lib_protocol/samples/http_gate/main.c:75–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
int main(int argc acl_unused, char *argv[] acl_unused)
76
{
77
init();
78
test();
79
run();
80
end();
81
return (0);
82
}
Callers
nothing calls this directly
Calls
4
init
Function · 0.70
test
Function · 0.70
run
Function · 0.70
end
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…