MCPcopy 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
254rdcstr RemoteHost::RunCommand() const
255{
256 QMutexLocker autolock(&m_data->mutex);
257 return m_data->m_runCommand;
258}
259
260void RemoteHost::SetRunCommand(const rdcstr &cmd)
261{

Callers 3

setRemoteHostMethod · 0.45
updateConnectButtonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected