MCPcopy Create free account
hub / github.com/baldurk/renderdoc / CheckStatus

Method CheckStatus

qrenderdoc/Code/Interface/RemoteHost.cpp:118–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void RemoteHost::CheckStatus()
119{
120 // special case - this is the local context
121 if(m_hostname == "localhost")
122 {
123 QMutexLocker autolock(&m_data->mutex);
124 m_data->m_serverRunning = m_data->m_versionMismatch = m_data->m_busy = false;
125 m_data->m_versionError.clear();
126 return;
127 }
128
129 UpdateStatus(RENDERDOC_CheckRemoteServerConnection(m_hostname));
130}
131
132ResultDetails RemoteHost::Connect(IRemoteServer **server)
133{

Callers 4

remoteProbeMethod · 0.45
setRemoteHostMethod · 0.45
refreshHostMethod · 0.45
on_connect_clickedMethod · 0.45

Calls 2

clearMethod · 0.45

Tested by

no test coverage detected