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

Function foreach

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 11

useMethod · 0.80
creatorMethod · 0.80
deliverMethod · 0.80
applyMethod · 0.80
proxyMethod · 0.80
dispatchFunction · 0.70
getMethod · 0.45
handleMethod · 0.45
timeMethod · 0.45
timeoutMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected