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

Method SetRunCommand

qrenderdoc/Code/Interface/RemoteHost.cpp:260–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void RemoteHost::SetRunCommand(const rdcstr &cmd)
261{
262 QMutexLocker autolock(&m_data->mutex);
263 m_data->m_runCommand = cmd;
264}
265
266rdcstr RemoteHost::LastCapturePath() const
267{

Callers 3

addNewHostMethod · 0.45
setRunCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected