Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
void BreakpointModel::removeAll()
109
{
110
beginResetModel();
111
bps.clear();
112
setCurrentIndex(-1);
113
endResetModel();
114
}
115
116
Internal::Breakpoint BreakpointModel::currentBreakpoint() const
117
{
Callers
14
removeView
Method · 0.45
setEnv
Method · 0.45
unsetEnv
Method · 0.45
removeReference
Method · 0.45
removeChild
Method · 0.45
registerHanlder
Method · 0.45
itemDestroyed
Method · 0.45
update
Method · 0.45
exitDebug
Method · 0.45
handleCreatePromptFinished
Method · 0.45
onTagRemoved
Method · 0.45
categoryIds
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected