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

Method token

plugins/ghprovider/ghaccount.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69const QString Account::token() const
70{
71 return m_group.readEntry("token", QString());
72}
73
74} // End of namespace gh

Callers 3

syncUserMethod · 0.45
createWorkingCopyMethod · 0.45
searchRepoMethod · 0.45

Calls 2

readEntryMethod · 0.80
QStringClass · 0.50

Tested by

no test coverage detected