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

Method checkFileState

src/plugins/codeeditor/gui/workspacewidget.cpp:703–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701}
702
703void WorkspaceWidgetPrivate::checkFileState()
704{
705 for (const auto &file : removedFileList) {
706 if (!QFile::exists(file))
707 continue;
708
709 removedFileList.removeOne(file);
710 Inotify::globalInstance()->addPath(file);
711 modifiedFileList.append(file);
712 }
713
714 handleFileChanged();
715 handleFileRemoved();
716}
717
718void WorkspaceWidgetPrivate::onSplitRequested(Qt::Orientation ori, const QString &fileName)
719{

Callers

nothing calls this directly

Calls 2

addPathMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected