Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ breakpointEnabled
Method
breakpointEnabled
src/plugins/codeeditor/gui/texteditor.cpp:257–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
}
256
257
bool TextEditor::breakpointEnabled(int line)
258
{
259
int mask = static_cast<int>(markersAtLine(line));
260
return (mask & (1 << TextEditorPrivate::Breakpoint));
261
}
262
263
bool TextEditor::hasBreakpoint(int line)
264
{
Callers
1
showMarginMenu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected