MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / isEnabled

Method isEnabled

src/plugins/debugger/interface/breakpointitem.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155bool BreakpointItem::isEnabled() const
156{
157 return bp.enabled;
158}
159
160void BreakpointItem::setEnabled(bool on)
161{

Callers 8

updateMethod · 0.45
updateMethod · 0.45
updateActiveStateMethod · 0.45
createIconButtonFunction · 0.45
handleEventsMethod · 0.45
existMethod · 0.45
paintItemBackgroundMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected