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

Method ctxPushStash

plugins/git/gitplugin.cpp:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270void GitPlugin::ctxPushStash()
271{
272 VcsJob* job = gitStash(urlDir(m_urls), QStringList(), KDevelop::OutputJob::Verbose);
273 ICore::self()->runController()->registerJob(job);
274}
275
276void GitPlugin::ctxPopStash()
277{

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