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

Method ctxPopStash

plugins/git/gitplugin.cpp:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void GitPlugin::ctxPopStash()
277{
278 VcsJob* job = gitStash(urlDir(m_urls), QStringList(QStringLiteral("pop")), KDevelop::OutputJob::Verbose);
279 ICore::self()->runController()->registerJob(job);
280}
281
282void GitPlugin::ctxStashManager()
283{

Callers

nothing calls this directly

Calls 4

QStringListClass · 0.85
registerJobMethod · 0.80
runControllerMethod · 0.80
urlDirFunction · 0.70

Tested by

no test coverage detected