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

Method init

plugins/git/gitplugin.cpp:366–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366VcsJob* GitPlugin::init(const QUrl &directory)
367{
368 auto* job = new GitJob(urlDir(directory), this);
369 job->setType(VcsJob::Import);
370 *job << "git" << "init";
371 return job;
372}
373
374VcsJob* GitPlugin::createWorkingCopy(const KDevelop::VcsLocation & source, const QUrl& dest, KDevelop::IBasicVersionControl::RecursionMode)
375{

Callers

nothing calls this directly

Calls 2

urlDirFunction · 0.70
setTypeMethod · 0.45

Tested by

no test coverage detected