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

Function do_cgi

lib_acl_cpp/samples/http/cgi_env/http_servlet.cpp:95–98  ·  view source on GitHub ↗

WEB CGI ģʽ

Source from the content-addressed store, hash-verified

93
94// WEB CGI ģʽ
95static void do_cgi(void)
96{
97 do_run(NULL);
98}
99
100int main(int argc, char* argv[])
101{

Callers 1

mainFunction · 0.70

Calls 1

do_runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…