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

Method doSave

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

Source from the content-addressed store, hash-verified

334}
335
336void TabWidgetPrivate::doSave()
337{
338 if (auto editor = currentTextEditor())
339 q->saveFile(editor->getFile());
340}
341
342void TabWidgetPrivate::removePositionRecord(const QString &fileName)
343{

Callers

nothing calls this directly

Calls 2

saveFileMethod · 0.45
getFileMethod · 0.45

Tested by

no test coverage detected