MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / pop

Method pop

3rdparty/unioncode-GitQlient/src/git/GitStashes.cpp:38–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38GitExecResult GitStashes::pop() const
39{
40 QLog_Debug("Git", QString("Poping the stash"));
41
42 const auto cmd = QString("git stash pop");
43
44 QLog_Trace("Git", QString("Poping the stash: {%1}").arg(cmd));
45
46 const auto ret = mGitBase->run(cmd);
47
48 return ret;
49}
50
51GitExecResult GitStashes::stash()
52{

Callers 8

takeMethod · 0.45
printRangeMethod · 0.45
diff_cleanupSemanticMethod · 0.45
CapturerMethod · 0.45
ThreadPoolMethod · 0.45
marked.jsFile · 0.45
stashPopMethod · 0.45

Calls 2

QStringClass · 0.50
runMethod · 0.45

Tested by

no test coverage detected