Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ stop
Method
stop
src/http.cpp:2291–2294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2289
2290
2291
Future<Nothing> Server::stop(const Server::StopOptions& options)
2292
{
2293
return dispatch(*process, &ServerProcess::stop, options);
2294
}
2295
2296
2297
Try<network::Address> Server::address() const
Callers
1
verify
Function · 0.45
Calls
1
dispatch
Function · 0.70
Tested by
no test coverage detected