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

Method move

plugins/bazaar/bazaarplugin.cpp:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186VcsJob* BazaarPlugin::move(const QUrl& localLocationSrc, const QUrl& localLocationDst)
187{
188 auto* job = new DVcsJob(BazaarUtils::workingCopy(localLocationSrc), this);
189 job->setType(VcsJob::JobType::Move);
190 *job << "bzr" << "move" << localLocationSrc << localLocationDst;
191 return job;
192}
193
194VcsJob* BazaarPlugin::pull(const VcsLocation& localOrRepoLocationSrc, const QUrl& localRepositoryLocation)
195{

Callers

nothing calls this directly

Calls 1

setTypeMethod · 0.45

Tested by

no test coverage detected