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

Method init

plugins/git/tests/test_git.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void GitInitTest::init()
112{
113 // Now create the basic directory structure
114 QDir tmpdir(tempDir());
115 tmpdir.mkdir(gitTest_BaseDir());
116 tmpdir.mkdir(gitSrcDir());
117}
118
119void GitInitTest::cleanup()
120{

Callers 1

repoInitMethod · 0.45

Calls 4

tempDirFunction · 0.85
gitTest_BaseDirFunction · 0.85
gitSrcDirFunction · 0.85
mkdirMethod · 0.80

Tested by

no test coverage detected