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

Method removeAll

src/plugins/debugger/interface/breakpointmodel.cpp:108–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void BreakpointModel::removeAll()
109{
110 beginResetModel();
111 bps.clear();
112 setCurrentIndex(-1);
113 endResetModel();
114}
115
116Internal::Breakpoint BreakpointModel::currentBreakpoint() const
117{

Callers 14

removeViewMethod · 0.45
setEnvMethod · 0.45
unsetEnvMethod · 0.45
removeReferenceMethod · 0.45
removeChildMethod · 0.45
registerHanlderMethod · 0.45
itemDestroyedMethod · 0.45
updateMethod · 0.45
exitDebugMethod · 0.45
onTagRemovedMethod · 0.45
categoryIdsMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected