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

Method status

plugins/subversion/kdevsvnplugin.cpp:127–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127KDevelop::VcsJob* KDevSvnPlugin::status(const QList<QUrl>& localLocations,
128 KDevelop::IBasicVersionControl::RecursionMode mode)
129{
130 auto* job = new SvnStatusJob(this);
131 job->setLocations(localLocations);
132 job->setRecursive((mode == KDevelop::IBasicVersionControl::Recursive));
133 return job;
134}
135
136KDevelop::VcsJob* KDevSvnPlugin::add(const QList<QUrl>& localLocations,
137 KDevelop::IBasicVersionControl::RecursionMode recursion)

Callers

nothing calls this directly

Calls 2

setLocationsMethod · 0.45
setRecursiveMethod · 0.45

Tested by

no test coverage detected