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

Method getRemoteHost

qrenderdoc/Windows/Dialogs/RemoteManager.cpp:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121RemoteHost RemoteManager::getRemoteHost(RDTreeWidgetItem *item)
122{
123 if(!item)
124 return RemoteHost();
125
126 return m_Ctx.Config().GetRemoteHost(item->tag().toString());
127}
128
129void RemoteManager::closeWhenFinished()
130{

Callers

nothing calls this directly

Calls 5

RemoteHostClass · 0.70
GetRemoteHostMethod · 0.45
ConfigMethod · 0.45
toStringMethod · 0.45
tagMethod · 0.45

Tested by

no test coverage detected