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

Method Server

Server/Source/Server.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38Server::Server(const json& opts) : Thread("Server"), LogTag("server"), m_opts(opts) { initAsyncFunctors(); }
39
40void Server::initialize() {
41 traceScope();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected