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

Method isValidDirectory

plugins/bazaar/bazaarutils.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105bool BazaarUtils::isValidDirectory(const QUrl& dirPath)
106{
107 QDir dir = BazaarUtils::workingCopy(dirPath);
108
109 return dir.cd(QStringLiteral(".bzr")) && dir.exists(QStringLiteral("branch"));
110}
111
112KDevelop::VcsStatusInfo BazaarUtils::parseVcsStatusInfoLine(QStringView line)
113{

Callers

nothing calls this directly

Calls 2

cdMethod · 0.80
existsMethod · 0.80

Tested by

no test coverage detected