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

Method repositoryRoot

plugins/git/gitplugin.cpp:295–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295QUrl GitPlugin::repositoryRoot(const QUrl& path)
296{
297 return QUrl::fromLocalFile(dotGitDirectory(path).absolutePath());
298}
299
300bool GitPlugin::isValidDirectory(const QUrl & dirPath)
301{

Callers

nothing calls this directly

Calls 1

dotGitDirectoryFunction · 0.85

Tested by

no test coverage detected