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

Method Servers

MonaServer/sources/Servers.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29Servers::Servers(const SocketManager& manager) :
30 _running(false),Broadcaster(manager.poolBuffers),targets(manager.poolBuffers),initiators(manager.poolBuffers),_server(manager), _manageTimes(1) {
31}
32
33Servers::~Servers() {
34 stop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected