MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / start

Method start

MonaBase/sources/SocketManager.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54bool SocketManager::start(Exception& ex) {
55 if (Startable::running())
56 return true;
57 _initSignal.reset();
58 TaskHandler::start();
59 return Startable::start(ex);
60}
61
62void SocketManager::stop() {
63 if (!Startable::running())

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected