Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ IsConnected
Method
IsConnected
qrenderdoc/Code/Interface/RemoteHost.cpp:216–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
bool RemoteHost::IsConnected() const
217
{
218
QMutexLocker autolock(&m_data->mutex);
219
return m_data->m_connected;
220
}
221
222
bool RemoteHost::IsBusy() const
223
{
Callers
8
CaptureContext
Method · 0.45
LoadCapture
Method · 0.45
remoteProbe
Method · 0.45
FillRemotesMenu
Method · 0.45
setRemoteServerLive
Method · 0.45
updateConnectButton
Method · 0.45
on_connect_clicked
Method · 0.45
on_chooseSearchPaths_clicked
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected