MCPcopy Create free account
hub / github.com/apohl79/audiogridder / initialize

Method initialize

Server/Source/ServiceResponder.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void ServiceResponder::initialize(int port, int id, const String& hostname, Uuid uuid, bool localMode) {
70 m_inst = std::make_unique<ServiceResponder>(port, id, hostname, uuid, localMode);
71 m_inst->startThread();
72}
73
74void ServiceResponder::cleanup() {
75 if (nullptr != m_inst) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected