MCPcopy Create free account
hub / github.com/3rdparty/libprocess / run

Method run

src/http.cpp:2285–2288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2283
2284
2285Future<Nothing> Server::run()
2286{
2287 return dispatch(*process, &ServerProcess::run);
2288}
2289
2290
2291Future<Nothing> Server::stop(const Server::StopOptions& options)

Callers

nothing calls this directly

Calls 1

dispatchFunction · 0.70

Tested by

no test coverage detected