Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
263
QString Path::remotePrefix() const
264
{
265
return isRemote() ? m_data.first() : QString();
266
}
267
268
int Path::compare(const Path& other, Qt::CaseSensitivity cs) const
269
{
Callers
4
relativePath
Method · 0.80
isParentOf
Method · 0.80
isDirectParentOf
Method · 0.80
testPath
Method · 0.80
Calls
2
QString
Class · 0.70
first
Method · 0.45
Tested by
1
testPath
Method · 0.64