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

Method add

plugins/subversion/kdevsvnplugin.cpp:136–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136KDevelop::VcsJob* KDevSvnPlugin::add(const QList<QUrl>& localLocations,
137 KDevelop::IBasicVersionControl::RecursionMode recursion)
138{
139 auto* job = new SvnAddJob(this);
140 job->setLocations(localLocations);
141 job->setRecursive((recursion == KDevelop::IBasicVersionControl::Recursive));
142 return job;
143}
144
145KDevelop::VcsJob* KDevSvnPlugin::remove(const QList<QUrl>& localLocations)
146{

Callers 1

runMethod · 0.45

Calls 2

setLocationsMethod · 0.45
setRecursiveMethod · 0.45

Tested by

no test coverage detected