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