MCPcopy 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
210bool RemoteHost::IsServerRunning() const
211{
212 QMutexLocker autolock(&m_data->mutex);
213 return m_data->m_serverRunning;
214}
215
216bool RemoteHost::IsConnected() const
217{

Callers 7

messageCheckMethod · 0.45
FillRemotesMenuMethod · 0.45
setRemoteHostMethod · 0.45
OnCaptureClosedMethod · 0.45
refreshHostMethod · 0.45
updateConnectButtonMethod · 0.45
on_connect_clickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected