Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ RunCommand
Method
RunCommand
qrenderdoc/Code/Interface/RemoteHost.cpp:254–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
}
253
254
rdcstr RemoteHost::RunCommand() const
255
{
256
QMutexLocker autolock(&m_data->mutex);
257
return m_data->m_runCommand;
258
}
259
260
void RemoteHost::SetRunCommand(const rdcstr &cmd)
261
{
Callers
3
setRemoteHost
Method · 0.45
updateConnectButton
Method · 0.45
on_hosts_itemSelectionChanged
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected