Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ urlDir
Function
urlDir
plugins/perforce/perforceplugin.cpp:86–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
QDir urlDir(const QUrl& url)
87
{
88
QFileInfo f(url.toLocalFile());
89
if(f.isDir())
90
return QDir(url.toLocalFile());
91
else
92
return f.absoluteDir();
93
}
94
95
}
96
Callers
1
log
Method · 0.70
Calls
3
toLocalFile
Method · 0.80
absoluteDir
Method · 0.80
QDir
Class · 0.50
Tested by
no test coverage detected