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

Method init

plugins/bazaar/bazaarplugin.cpp:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122VcsJob* BazaarPlugin::init(const QUrl& localRepositoryRoot)
123{
124 auto* job = new DVcsJob(BazaarUtils::toQDir(localRepositoryRoot), this);
125 job->setType(VcsJob::Import);
126 *job << "bzr" << "init";
127 return job;
128}
129
130bool BazaarPlugin::isVersionControlled(const QUrl& localLocation)
131{

Callers

nothing calls this directly

Calls 1

setTypeMethod · 0.45

Tested by

no test coverage detected