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

Method isInRepository

plugins/git/gitplugin.cpp:1898–1903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1896}
1897
1898CheckInRepositoryJob* GitPlugin::isInRepository(KTextEditor::Document* document)
1899{
1900 CheckInRepositoryJob* job = new GitPluginCheckInRepositoryJob(document, repositoryRoot(document->url()).path());
1901 job->start();
1902 return job;
1903}
1904
1905DVcsJob* GitPlugin::setConfigOption(const QUrl& repository, const QString& key, const QString& value, bool global)
1906{

Callers 1

Calls 3

pathMethod · 0.45
urlMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected