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

Method hasBreakpoint

src/plugins/codeeditor/gui/texteditor.cpp:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263bool TextEditor::hasBreakpoint(int line)
264{
265 int mask = static_cast<int>(markersAtLine(line));
266 return (mask & (1 << TextEditorPrivate::Breakpoint) || mask & (1 << TextEditorPrivate::BreakpointDisabled));
267}
268
269void TextEditor::gotoNextBreakpoint()
270{

Callers 1

showMarginMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected