Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deskflow/deskflow
/ getSocketFactory
Method
getSocketFactory
src/lib/deskflow/ClientApp.cpp:401–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
399
}
400
401
ISocketFactory *ClientApp::getSocketFactory() const
402
{
403
return new TCPSocketFactory(getEvents(), getSocketMultiplexer());
404
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected