MCPcopy 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
103bool StatusWidget::isStoped()
104{
105 return (!d->timer.isActive()) && d->state == State::Stoped;
106}
107
108void StatusWidget::setError()
109{

Callers

nothing calls this directly

Calls 1

isActiveMethod · 0.45

Tested by

no test coverage detected