Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ GitShowWidget
Method
GitShowWidget
src/plugins/git/gui/gitshowwidget.cpp:51–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
GitShowWidget::GitShowWidget(QWidget *parent)
52
: GitBaseWidget(parent),
53
d(new GitShowWidgetPrivate(this))
54
{
55
d->initUI();
56
}
57
58
GitShowWidget::~GitShowWidget()
59
{
Callers
nothing calls this directly
Calls
1
initUI
Method · 0.45
Tested by
no test coverage detected