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

Method reset

app/master/daemon/manage/http_client.cpp:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void http_client::reset(void)
33{
34 if (req_) {
35 http_req_free(req_);
36 req_ = NULL;
37 } else if (hdr_req_)
38 http_hdr_req_free(hdr_req_);
39
40 hdr_req_ = http_hdr_req_new();
41 json_.reset();
42}
43
44void http_client::wait(void)
45{

Callers 5

detactMethod · 0.45
highcharts.jsFile · 0.45
mFunction · 0.45
buildFunction · 0.45
buildStatusMethod · 0.45

Calls 3

http_req_freeFunction · 0.85
http_hdr_req_freeFunction · 0.85
http_hdr_req_newFunction · 0.85

Tested by

no test coverage detected