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

Method closeFileEditor

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

Source from the content-addressed store, hash-verified

689}
690
691void TabWidget::closeFileEditor(const QString &fileName)
692{
693 d->tabBar->removeTab(fileName);
694}
695
696void TabWidget::closeFileEditor()
697{

Callers 2

handleCloseFileMethod · 0.80

Calls 3

currentTextEditorMethod · 0.80
removeTabMethod · 0.45
getFileMethod · 0.45

Tested by

no test coverage detected