MCPcopy Create free account
hub / github.com/acl-dev/acl / create_master_service

Function create_master_service

app/wizard/wizard.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16static int create_master_service(const char* name, const char* type)
17{
18 master_creator(name, type);
19 return 0;
20}
21
22static int create_http_service(const char* name, const char* type)
23{

Callers 1

mainFunction · 0.85

Calls 1

master_creatorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…