Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ cleanup
Method
cleanup
kdevplatform/shell/testcontroller.cpp:35–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void TestController::cleanup()
36
{
37
Q_D(TestController);
38
39
d->suites.clear();
40
}
41
42
QList<ITestSuite*> TestController::testSuites() const
43
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected