Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
synchronized
Function · 0.70
Calls
15
creator
Method · 0.80
deliver
Method · 0.80
proxy
Method · 0.80
dispatch
Function · 0.70
join
Method · 0.65
update
Function · 0.50
get
Method · 0.45
handle
Method · 0.45
use
Method · 0.45
time
Method · 0.45
timeout
Method · 0.45
contains
Method · 0.45
Tested by
no test coverage detected