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

Method pull

kdevplatform/vcs/vcspluginhelper.cpp:524–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524void VcsPluginHelper::pull()
525{
526 Q_D(VcsPluginHelper);
527
528 for (const QUrl& url : std::as_const(d->ctxUrls)) {
529 VcsJob* job = d->plugin->extension<IDistributedVersionControl>()->pull(VcsLocation(), url);
530 ICore::self()->runController()->registerJob(job);
531 }
532}
533
534}
535

Callers

nothing calls this directly

Calls 3

registerJobMethod · 0.80
runControllerMethod · 0.80
VcsLocationClass · 0.50

Tested by

no test coverage detected