Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
void ScreenWorker::init(std::unique_ptr<StreamingSocket> s) {
29
traceScope();
30
m_socket = std::move(s);
31
}
32
33
void ScreenWorker::run() {
34
traceScope();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected