MCPcopy 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
48Path::Path(const QString& pathOrUrl)
49 : Path(QUrl::fromUserInput(pathOrUrl, QString(), QUrl::DefaultResolution))
50{
51}
52
53Path::Path(const QUrl& url)
54{

Callers

nothing calls this directly

Calls 9

isLocalFileMethod · 0.80
userNameMethod · 0.80
toLocalFileMethod · 0.80
QStringClass · 0.70
isAbsolutePathFunction · 0.70
isValidMethod · 0.45
isEmptyMethod · 0.45
pathMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected