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

Method GetRemoteHosts

qrenderdoc/Code/Interface/PersistantConfig.cpp:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326static QMutex RemoteHostLock;
327
328rdcarray<RemoteHost> PersistantConfig::GetRemoteHosts()
329{
330 QMutexLocker autolock(&RemoteHostLock);
331 return RemoteHostList;
332}
333
334RemoteHost PersistantConfig::GetRemoteHost(const rdcstr &hostname)
335{

Callers 6

mainFunction · 0.45
ConnectToRemoteServerMethod · 0.45
remoteProbeMethod · 0.45
FillRemotesMenuMethod · 0.45
setRemoteHostMethod · 0.45
RemoteManagerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected