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

Method start

src/plugins/git/utils/gitcommand.cpp:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void GitCommand::start()
120{
121 if (d->jobList.isEmpty())
122 return;
123
124 d->startAll();
125}
126
127void GitCommand::cancel()
128{

Callers 7

instantBlameMethod · 0.45
gitLogMethod · 0.45
blameFileMethod · 0.45
gitDiffMethod · 0.45
showMethod · 0.45
startNextJobMethod · 0.45
initConnectionMethod · 0.45

Calls 2

isEmptyMethod · 0.45
startAllMethod · 0.45

Tested by

no test coverage detected