Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
void TestProject::setPath(const Path& path)
28
{
29
m_path = path;
30
if (m_root) {
31
m_root->setPath(path);
32
}
33
}
34
35
TestProject::~TestProject()
36
{
Callers
5
dotGraphInternal
Method · 0.45
childUrl
Function · 0.45
testPath
Method · 0.45
test_path.cpp
File · 0.45
cdQUrl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected