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

Method getOrgs

plugins/ghprovider/ghresource.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void Resource::getOrgs(const QString &token)
58{
59 KIO::TransferJob *job = getTransferJob(QStringLiteral("/user/orgs"), token);
60 connect(job, &KIO::TransferJob::data,
61 this, &Resource::slotOrgs);
62}
63
64void Resource::authenticate(const QString &name, const QString &password)
65{

Callers 1

syncUserMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected