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

Method push

kdevplatform/vcs/vcspluginhelper.cpp:514–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512}
513
514void VcsPluginHelper::push()
515{
516 Q_D(VcsPluginHelper);
517
518 for (const QUrl& url : std::as_const(d->ctxUrls)) {
519 VcsJob* job = d->plugin->extension<IDistributedVersionControl>()->push(url, VcsLocation());
520 ICore::self()->runController()->registerJob(job);
521 }
522}
523
524void VcsPluginHelper::pull()
525{

Callers

nothing calls this directly

Calls 3

registerJobMethod · 0.80
runControllerMethod · 0.80
VcsLocationClass · 0.50

Tested by

no test coverage detected