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

Method IsBusy

qrenderdoc/Code/Interface/RemoteHost.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222bool RemoteHost::IsBusy() const
223{
224 QMutexLocker autolock(&m_data->mutex);
225 return m_data->m_busy;
226}
227
228bool RemoteHost::IsVersionMismatch() const
229{

Callers 5

FillRemotesMenuMethod · 0.45
setRemoteHostMethod · 0.45
setRemoteServerLiveMethod · 0.45
refreshHostMethod · 0.45
updateConnectButtonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected