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

Method name

plugins/ghprovider/ghaccount.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45const QString Account::name() const
46{
47 return m_group.readEntry("name", QString());
48}
49
50void Account::setOrgs(const QStringList &orgs)
51{

Callers 3

DialogMethod · 0.45
fillComboMethod · 0.45
searchRepoMethod · 0.45

Calls 2

readEntryMethod · 0.80
QStringClass · 0.50

Tested by

no test coverage detected