Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ init
Method
init
kdevplatform/shell/tests/test_workingsets.cpp:57–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void TestWorkingSetController::init()
58
{
59
m_file.setFileTemplate(m_tempDir.path() +
"/tmp_XXXXXX.txt"
);
60
if(!m_file.open()) {
61
QFAIL(
"Cannot create temp file"
);
62
}
63
}
64
65
void TestWorkingSetController::cleanupTestCase()
66
{
Callers
nothing calls this directly
Calls
2
path
Method · 0.45
open
Method · 0.45
Tested by
no test coverage detected