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

Function stringSet

kdevplatform/shell/plugincontroller.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98inline QSet<QString> stringSet(const QVariant& variant)
99{
100 const QStringList list = variant.toStringList();
101 return QSet<QString>(list.begin(), list.end());
102}
103
104bool constraintsMatch( const KPluginMetaData& info, const QVariantMap& constraints)
105{

Callers 1

constraintsMatchFunction · 0.85

Calls 3

toStringListMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected