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

Method setPath

kdevplatform/tests/testproject.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void TestProject::setPath(const Path& path)
28{
29 m_path = path;
30 if (m_root) {
31 m_root->setPath(path);
32 }
33}
34
35TestProject::~TestProject()
36{

Callers 5

dotGraphInternalMethod · 0.45
childUrlFunction · 0.45
testPathMethod · 0.45
test_path.cppFile · 0.45
cdQUrlFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected