Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ ctxStashManager
Method
ctxStashManager
plugins/git/gitplugin.cpp:282–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
}
281
282
void GitPlugin::ctxStashManager()
283
{
284
QPointer<StashManagerDialog> d = new StashManagerDialog(urlDir(m_urls), this, nullptr);
285
d->exec();
286
287
delete d;
288
}
289
290
QString GitPlugin::name() const
291
{
Callers
nothing calls this directly
Calls
2
exec
Method · 0.80
urlDir
Function · 0.70
Tested by
no test coverage detected