MCPcopy 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
257bool TextEditor::breakpointEnabled(int line)
258{
259 int mask = static_cast<int>(markersAtLine(line));
260 return (mask & (1 << TextEditorPrivate::Breakpoint));
261}
262
263bool TextEditor::hasBreakpoint(int line)
264{

Callers 1

showMarginMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected