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

Method runRemoteServer

qrenderdoc/Windows/Dialogs/RemoteManager.cpp:196–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void RemoteManager::runRemoteServer(RDTreeWidgetItem *node)
197{
198 RemoteHost host = getRemoteHost(node);
199
200 if(!host.IsValid())
201 {
202 m_Lookups.acquire();
203 return;
204 }
205
206 host.Launch();
207
208 // now refresh this host
209 refreshHost(node);
210
211 m_Lookups.acquire();
212}
213
214void RemoteManager::refreshHost(RDTreeWidgetItem *node)
215{

Callers

nothing calls this directly

Calls 2

IsValidMethod · 0.45
LaunchMethod · 0.45

Tested by

no test coverage detected