Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
bool RemoteHost::IsBusy() const
223
{
224
QMutexLocker autolock(&m_data->mutex);
225
return m_data->m_busy;
226
}
227
228
bool RemoteHost::IsVersionMismatch() const
229
{
Callers
5
FillRemotesMenu
Method · 0.45
setRemoteHost
Method · 0.45
setRemoteServerLive
Method · 0.45
refreshHost
Method · 0.45
updateConnectButton
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected