Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ saveToken
Method
saveToken
plugins/ghprovider/ghaccount.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void Account::saveToken(const QByteArray &id, const QByteArray &token)
64
{
65
m_group.writeEntry(
"id"
, id);
66
m_group.writeEntry(
"token"
, token);
67
}
68
69
const QString Account::token() const
70
{
Callers
1
authorizeResponse
Method · 0.80
Calls
1
writeEntry
Method · 0.80
Tested by
no test coverage detected