Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ do_alone
Function
do_alone
lib_acl_cpp/samples/http/cgi_env/http_servlet.cpp:87–92 ·
view source on GitHub ↗
WEB ����ģʽ
Source
from the content-addressed store, hash-verified
85
86
// WEB ����ģʽ
87
static void do_alone(void)
88
{
89
master_service service;
90
printf(
"listen: 0.0.0.0:8888 ...\r\n"
);
91
service.run_alone(
"0.0.0.0:8888"
, NULL, 0); // �������з�ʽ
92
}
93
94
// WEB CGI ģʽ
95
static void do_cgi(void)
Callers
1
main
Function · 0.70
Calls
1
run_alone
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…