Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
298
bool Path::isRemote() const
299
{
300
return !m_data.isEmpty() && m_data.first().contains(QLatin1Char(
'/'
));
301
}
302
303
QString Path::lastPathSegment() const
304
{
Callers
4
testPath
Method · 0.80
import
Method · 0.80
findCraftRoot
Method · 0.80
import
Method · 0.80
Calls
3
isEmpty
Method · 0.45
contains
Method · 0.45
first
Method · 0.45
Tested by
1
testPath
Method · 0.64