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

Method handle

src/http_proxy.cpp:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82
83void HttpProxy::handle(const Future<Response>& future, const Request& request)
84{
85 items.push(new Item(request, future));
86
87 if (items.size() == 1) {
88 next();
89 }
90}
91
92
93void HttpProxy::next()

Callers

nothing calls this directly

Calls 3

nextFunction · 0.85
pushMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected