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

Method editorScrollValue

src/plugins/codeeditor/gui/tabwidget.cpp:896–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894}
895
896int TabWidget::editorScrollValue()
897{
898 if (auto editor = d->currentTextEditor())
899 return editor->verticalScrollBar()->value();
900
901 return 0;
902}
903
904void TabWidget::addBreakpoint(const QString &fileName, int line, bool enabled)
905{

Callers 1

doSplitMethod · 0.80

Calls 2

currentTextEditorMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected