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

Function tempDir

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

Source from the content-addressed store, hash-verified

44do { QVERIFY(j); QVERIFY(((!j->exec()) || ((j)->status() != KDevelop::VcsJob::JobSucceeded))); } while(0)
45
46inline QString tempDir() { return QDir::tempPath(); }
47inline QString gitTest_BaseDir() { return tempDir() + "/kdevGit_testdir/"; }
48inline QString gitRepo() { return gitTest_BaseDir() + ".git"; }
49inline QString gitSrcDir() { return gitTest_BaseDir() + "src/"; }

Callers 3

gitTest_BaseDirFunction · 0.85
initMethod · 0.85
repoInitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected