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

Method addJob

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

Source from the content-addressed store, hash-verified

112}
113
114void GitCommand::addJob(const QString &program, const QStringList &arguments)
115{
116 d->jobList.append({ program, arguments, d->workspace });
117}
118
119void GitCommand::start()
120{

Callers 5

instantBlameMethod · 0.80
gitLogMethod · 0.80
blameFileMethod · 0.80
gitDiffMethod · 0.80
showMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected