MCPcopy 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
430Path Path::cd(const QString& dir) const
431{
432 if (!isValid()) {
433 return Path();
434 }
435 return Path(*this, dir);
436}
437
438namespace KDevelop {
439size_t qHash(const Path& path)

Callers 15

initTestCaseMethod · 0.80
addJobItemsMethod · 0.80
GenerateSimpleProjectMethod · 0.80
GenerateEmptyProjectMethod · 0.80
testPathCdMethod · 0.80
ChecksDBMethod · 0.80
isValidDirectoryMethod · 0.80
testFindCraftRootMethod · 0.80
SystemEnvironmentMethod · 0.80

Calls 2

isValidFunction · 0.70
PathClass · 0.50

Tested by 9

initTestCaseMethod · 0.64
GenerateSimpleProjectMethod · 0.64
GenerateEmptyProjectMethod · 0.64
testPathCdMethod · 0.64
testFindCraftRootMethod · 0.64
fillWorkingDirectoryFunction · 0.64
removeDirRecursiveMethod · 0.64