MCPcopy 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
22static int create_http_service(const char* name, const char* type)
23{
24 http_creator(name, type);
25 return 0;
26}
27
28static void usage(const char* procname)
29{

Callers 1

mainFunction · 0.85

Calls 1

http_creatorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…