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

Method closeLineWidget

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

Source from the content-addressed store, hash-verified

1007}
1008
1009void TabWidget::closeLineWidget()
1010{
1011 if (auto editor = d->currentTextEditor())
1012 editor->closeLineWidget();
1013}
1014
1015void TabWidget::cursorPosition(int *line, int *index)
1016{

Callers 2

startInlineChatMethod · 0.45
handleCloseMethod · 0.45

Calls 1

currentTextEditorMethod · 0.80

Tested by

no test coverage detected