MCPcopy Create free account
hub / github.com/apache/mesos / run

Method run

3rdparty/libprocess/src/http.cpp:2401–2404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2399
2400
2401Future<Nothing> Server::run()
2402{
2403 return dispatch(*process, &ServerProcess::run);
2404}
2405
2406
2407Future<Nothing> Server::stop(const Server::StopOptions& options)

Callers

nothing calls this directly

Calls 1

dispatchFunction · 0.70

Tested by

no test coverage detected