Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ profileIndex
Method
profileIndex
kdevplatform/shell/settings/environmentprofilelistmodel.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
int EnvironmentProfileListModel::profileIndex(const QString& profileName) const
81
{
82
return profileNames().indexOf(profileName);
83
}
84
85
bool EnvironmentProfileListModel::hasProfile(const QString& profileName) const
86
{
Callers
1
selectProfile
Method · 0.80
Calls
1
indexOf
Method · 0.45
Tested by
no test coverage detected