MCPcopy Create free account
hub / github.com/KDE/kdevelop / name

Method name

plugins/flatpak/flatpakruntime.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242QString FlatpakRuntime::name() const
243{
244 return QStringLiteral("%1 - %2").arg(m_arch, config()[u"id"].toString());
245}
246
247KJob * FlatpakRuntime::executeOnDevice(const QString& host, const QString &path) const
248{

Callers 3

exportCurrentMethod · 0.45
contextMenuExtensionMethod · 0.45
executeOnRemoteDeviceMethod · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected