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

Function foreach

3rdparty/libprocess/src/process.cpp:833–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831 }
832
833 foreach (Request* request, requests) {
834 request->client = address.get();
835 process_manager->handle(socket, request);
836 }
837 }
838
839 return Continue();

Callers 1

synchronizedFunction · 0.70

Calls 15

creatorMethod · 0.80
deliverMethod · 0.80
proxyMethod · 0.80
dispatchFunction · 0.70
joinMethod · 0.65
updateFunction · 0.50
getMethod · 0.45
handleMethod · 0.45
useMethod · 0.45
timeMethod · 0.45
timeoutMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected