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

Method createWorkingCopy

plugins/subversion/kdevsvnplugin.cpp:301–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301KDevelop::VcsJob* KDevSvnPlugin::createWorkingCopy(const KDevelop::VcsLocation & sourceRepository, const QUrl &destinationDirectory, KDevelop::IBasicVersionControl::RecursionMode recursion)
302{
303 auto* job = new SvnCheckoutJob(this);
304 job->setMapping(sourceRepository, destinationDirectory, recursion);
305 return job;
306}
307
308
309KDevelop::ContextMenuExtension KDevSvnPlugin::contextMenuExtension(KDevelop::Context* context, QWidget* parent)

Callers 2

testMethod · 0.45
validateImportMethod · 0.45

Calls 1

setMappingMethod · 0.45

Tested by 2

testMethod · 0.36
validateImportMethod · 0.36