Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ ~GitDiffWidgetPrivate
Method
~GitDiffWidgetPrivate
src/plugins/git/gui/gitdiffwidget.cpp:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
GitDiffWidgetPrivate::~GitDiffWidgetPrivate()
50
{
51
worker->stop();
52
thread->quit();
53
thread->wait();
54
}
55
56
void GitDiffWidgetPrivate::initUI()
57
{
Callers
nothing calls this directly
Calls
3
stop
Method · 0.45
quit
Method · 0.45
wait
Method · 0.45
Tested by
no test coverage detected