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

Method startAll

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

Source from the content-addressed store, hash-verified

57}
58
59void GitCommandPrivate::startAll()
60{
61 QTC_ASSERT(!jobList.isEmpty(), return );
62 QTC_ASSERT(!process, return );
63
64 currentJob = 0;
65 startNextJob();
66}
67
68void GitCommandPrivate::startNextJob()
69{

Callers 1

startMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected