MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / Details

Method Details

Plugins/SSH/PluginLibSSH.cpp:66–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66const QString CPluginLibSSH::Details() const
67{
68 QString szDetails;
69 szDetails += "- " + tr("Dependency libraries") + "\n";
70 szDetails += COperateTerminal::Details();
71#ifdef HAVE_LIBSSH
72 CChannelSSH channel(nullptr, nullptr);
73 szDetails += channel.GetDetails();
74#endif
75
76 return szDetails;
77}
78
79COperate *CPluginLibSSH::OnCreateOperate(const QString &szId)
80{

Callers

nothing calls this directly

Calls 1

GetDetailsMethod · 0.45

Tested by

no test coverage detected