Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
336
void TabWidgetPrivate::doSave()
337
{
338
if (auto editor = currentTextEditor())
339
q->saveFile(editor->getFile());
340
}
341
342
void TabWidgetPrivate::removePositionRecord(const QString &fileName)
343
{
Callers
nothing calls this directly
Calls
2
saveFile
Method · 0.45
getFile
Method · 0.45
Tested by
no test coverage detected