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

Method hasProfile

kdevplatform/shell/settings/environmentprofilelistmodel.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85bool EnvironmentProfileListModel::hasProfile(const QString& profileName) const
86{
87 return profileNames().contains(profileName);
88}
89
90QMap<QString, QString>& EnvironmentProfileListModel::variables(const QString& profileName)
91{

Callers 1

validateMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected