Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ validAccount
Method
validAccount
plugins/ghprovider/ghaccount.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
bool Account::validAccount() const
36
{
37
return !m_group.readEntry(
"id"
, QString()).isEmpty();
38
}
39
40
void Account::setName(const QString &name)
41
{
Callers
3
Dialog
Method · 0.80
createWorkingCopy
Method · 0.80
fillCombo
Method · 0.80
Calls
3
readEntry
Method · 0.80
QString
Class · 0.50
isEmpty
Method · 0.45
Tested by
no test coverage detected