Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
bool EnvironmentProfileListModel::hasProfile(const QString& profileName) const
86
{
87
return profileNames().contains(profileName);
88
}
89
90
QMap<QString, QString>& EnvironmentProfileListModel::variables(const QString& profileName)
91
{
Callers
1
validate
Method · 0.80
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected