MCPcopy Create free account
hub / github.com/3rdparty/libprocess / ~Http

Method ~Http

src/tests/http_tests.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 ~Http()
172 {
173 terminate(process.get());
174 wait(process.get());
175 }
176
177 Owned<HttpProcess> process;
178};

Callers

nothing calls this directly

Calls 3

terminateFunction · 0.50
waitFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected