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

Function gitTest_FileName

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

Source from the content-addressed store, hash-verified

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"); }
53

Callers 6

addFilesMethod · 0.85
commitFilesMethod · 0.85
testAnnotationMethod · 0.85
testDiffMethod · 0.85
testStashMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected