Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ IsServerRunning
Method
IsServerRunning
qrenderdoc/Code/Interface/RemoteHost.cpp:210–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
bool RemoteHost::IsServerRunning() const
211
{
212
QMutexLocker autolock(&m_data->mutex);
213
return m_data->m_serverRunning;
214
}
215
216
bool RemoteHost::IsConnected() const
217
{
Callers
7
messageCheck
Method · 0.45
FillRemotesMenu
Method · 0.45
setRemoteHost
Method · 0.45
OnCaptureClosed
Method · 0.45
refreshHost
Method · 0.45
updateConnectButton
Method · 0.45
on_connect_clicked
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected