MCPcopy 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
75int 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

initFunction · 0.70
testFunction · 0.70
runFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…