MCPcopy Create free account
hub / github.com/apache/mesos / handle

Method handle

3rdparty/libprocess/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

pushMethod · 0.80
nextFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected