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

Method isRemote

kdevplatform/util/path.cpp:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298bool Path::isRemote() const
299{
300 return !m_data.isEmpty() && m_data.first().contains(QLatin1Char('/'));
301}
302
303QString Path::lastPathSegment() const
304{

Callers 4

testPathMethod · 0.80
importMethod · 0.80
findCraftRootMethod · 0.80
importMethod · 0.80

Calls 3

isEmptyMethod · 0.45
containsMethod · 0.45
firstMethod · 0.45

Tested by 1

testPathMethod · 0.64