Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ isCheckable
Method
isCheckable
src/common/widget/collapsewidget.cpp:125–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
bool CollapseWidget::isCheckable()
126
{
127
if (d->detailsButton)
128
return d->detailsButton->isCheckable();
129
return false;
130
}
131
132
bool CollapseWidget::isChecked()
133
{
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected