MCPcopy 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
35bool Account::validAccount() const
36{
37 return !m_group.readEntry("id", QString()).isEmpty();
38}
39
40void Account::setName(const QString &name)
41{

Callers 3

DialogMethod · 0.80
createWorkingCopyMethod · 0.80
fillComboMethod · 0.80

Calls 3

readEntryMethod · 0.80
QStringClass · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected