Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ isStoped
Method
isStoped
src/common/widget/statuswidget.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
bool StatusWidget::isStoped()
104
{
105
return (!d->timer.isActive()) && d->state == State::Stoped;
106
}
107
108
void StatusWidget::setError()
109
{
Callers
nothing calls this directly
Calls
1
isActive
Method · 0.45
Tested by
no test coverage detected