Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ Path
Method
Path
kdevplatform/util/path.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
Path::Path(const QString& pathOrUrl)
49
: Path(QUrl::fromUserInput(pathOrUrl, QString(), QUrl::DefaultResolution))
50
{
51
}
52
53
Path::Path(const QUrl& url)
54
{
Callers
nothing calls this directly
Calls
9
isLocalFile
Method · 0.80
userName
Method · 0.80
toLocalFile
Method · 0.80
QString
Class · 0.70
isAbsolutePath
Function · 0.70
isValid
Method · 0.45
isEmpty
Method · 0.45
path
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected