MCPcopy Create free account
hub / github.com/XpuOS/xsched / ExitSignal

Function ExitSignal

service/server/src/main.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13static std::unique_ptr<Server> server = nullptr;
14
15void ExitSignal(int)
16{
17 if (server) server->Stop();
18}
19
20int main(int argc, char *argv[])
21{

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected