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

Method gitStash

plugins/git/gitplugin.cpp:812–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810}
811
812VcsJob* GitPlugin::gitStash(const QDir& repository, const QStringList& args, OutputJob::OutputJobVerbosity verbosity)
813{
814 auto* job = new GitJob(repository, this, verbosity);
815 *job << "git" << "stash" << args;
816 return job;
817}
818
819VcsJob* GitPlugin::stashList(const QDir& repository,
820 KDevelop::OutputJob::OutputJobVerbosity verbosity)

Callers 3

runStashMethod · 0.80
StashPatchSourceMethod · 0.80
testStashMethod · 0.80

Calls

no outgoing calls

Tested by 1

testStashMethod · 0.64