MCPcopy 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
2291Future<Nothing> Server::stop(const Server::StopOptions& options)
2292{
2293 return dispatch(*process, &ServerProcess::stop, options);
2294}
2295
2296
2297Try<network::Address> Server::address() const

Callers 1

verifyFunction · 0.45

Calls 1

dispatchFunction · 0.70

Tested by

no test coverage detected