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

Function gitSrcDir

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

Source from the content-addressed store, hash-verified

47inline QString gitTest_BaseDir() { return tempDir() + "/kdevGit_testdir/"; }
48inline QString gitRepo() { return gitTest_BaseDir() + ".git"; }
49inline QString gitSrcDir() { return gitTest_BaseDir() + "src/"; }
50inline QString gitTest_FileName() { return QStringLiteral("testfile"); }
51inline QString gitTest_FileName2() { return QStringLiteral("foo"); }
52inline QString gitTest_FileName3() { return QStringLiteral("bar"); }

Callers 2

initMethod · 0.85
addFilesMethod · 0.85

Calls 1

gitTest_BaseDirFunction · 0.85

Tested by

no test coverage detected