Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ disconnectFromHost
Method
disconnectFromHost
client/client.cpp:88–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void Client::disconnectFromHost()
89
{
90
if (m_clientDevice) {
91
m_clientDevice->disconnectFromHost();
92
}
93
}
94
95
void Client::socketConnected()
96
{
Callers
1
testMultipleConnection
Method · 0.45
Calls
no outgoing calls
Tested by
1
testMultipleConnection
Method · 0.36