Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ cd
Method
cd
kdevplatform/util/path.cpp:430–436 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
428
}
429
430
Path Path::cd(const QString& dir) const
431
{
432
if (!isValid()) {
433
return Path();
434
}
435
return Path(*this, dir);
436
}
437
438
namespace KDevelop {
439
size_t qHash(const Path& path)
Callers
15
initTestCase
Method · 0.80
addJobItems
Method · 0.80
GenerateSimpleProject
Method · 0.80
GenerateMultiPathProject
Method · 0.80
GenerateEmptyProject
Method · 0.80
GenerateEmptyBuildDirProject
Method · 0.80
testPathCd
Method · 0.80
ChecksDB
Method · 0.80
isValidDirectory
Method · 0.80
testFindCraftRoot
Method · 0.80
resolveShellGlobbingInternal
Function · 0.80
SystemEnvironment
Method · 0.80
Calls
2
isValid
Function · 0.70
Path
Class · 0.50
Tested by
9
initTestCase
Method · 0.64
GenerateSimpleProject
Method · 0.64
GenerateMultiPathProject
Method · 0.64
GenerateEmptyProject
Method · 0.64
GenerateEmptyBuildDirProject
Method · 0.64
testPathCd
Method · 0.64
testFindCraftRoot
Method · 0.64
fillWorkingDirectory
Function · 0.64
removeDirRecursive
Method · 0.64