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

Method repositoryLocation

plugins/bazaar/bazaarplugin.cpp:229–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229VcsJob* BazaarPlugin::repositoryLocation(const QUrl& localLocation)
230{
231 auto* job = new DVcsJob(BazaarUtils::workingCopy(localLocation), this);
232 job->setType(VcsJob::JobType::Unknown);
233 *job << "bzr" << "root" << localLocation; // It is only to make sure
234 connect(job, &DVcsJob::readyForParsing, this, &BazaarPlugin::parseBzrRoot);
235 return job;
236}
237
238void BazaarPlugin::parseBzrRoot(DVcsJob* job)
239{

Callers

nothing calls this directly

Calls 1

setTypeMethod · 0.45

Tested by

no test coverage detected