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

Method init

Server/Source/ScreenWorker.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void ScreenWorker::init(std::unique_ptr<StreamingSocket> s) {
29 traceScope();
30 m_socket = std::move(s);
31}
32
33void ScreenWorker::run() {
34 traceScope();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected