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

Function stripPathToDir

kdevplatform/vcs/dvcs/dvcsplugin.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107{}
108
109static QString stripPathToDir(const QString &path)
110{
111 QFileInfo info = QFileInfo(path);
112 return info.isDir() ? info.absoluteFilePath() : info.absolutePath();
113}
114
115void DistributedVersionControlPlugin::ctxBranchManager()
116{

Callers 1

ctxBranchManagerMethod · 0.85

Calls 1

QFileInfoClass · 0.50

Tested by

no test coverage detected