Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ create_http_service
Function
create_http_service
app/wizard/wizard.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
static int create_http_service(const char* name, const char* type)
23
{
24
http_creator(name, type);
25
return 0;
26
}
27
28
static void usage(const char* procname)
29
{
Callers
1
main
Function · 0.85
Calls
1
http_creator
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…