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

Method run

app/master/tools/master_dispatch/server/status/HttpClient.cpp:22–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20// 基类虚函数
21
22void* HttpClient::run()
23{
24 if (send() == false)
25 logger_error("send to %s error", server_addr_.c_str());
26
27 if (auto_free_)
28 delete this;
29
30 return NULL;
31}
32
33bool HttpClient::send()
34{

Callers 6

iFunction · 0.45
cWFunction · 0.45
mFunction · 0.45
buildFunction · 0.45
on_acceptMethod · 0.45
rpc_runMethod · 0.45

Calls 2

sendFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected