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

Method remotePrefix

kdevplatform/util/path.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263QString Path::remotePrefix() const
264{
265 return isRemote() ? m_data.first() : QString();
266}
267
268int Path::compare(const Path& other, Qt::CaseSensitivity cs) const
269{

Callers 4

relativePathMethod · 0.80
isParentOfMethod · 0.80
isDirectParentOfMethod · 0.80
testPathMethod · 0.80

Calls 2

QStringClass · 0.70
firstMethod · 0.45

Tested by 1

testPathMethod · 0.64