MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / setIsSyncOpenFiles

Method setIsSyncOpenFiles

ChatView/ChatRootView.cpp:805–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

803}
804
805void ChatRootView::setIsSyncOpenFiles(bool state)
806{
807 if (m_isSyncOpenFiles != state) {
808 m_isSyncOpenFiles = state;
809 emit isSyncOpenFilesChanged();
810 }
811
812 if (m_isSyncOpenFiles) {
813 for (auto editor : std::as_const(m_currentEditors)) {
814 onAppendLinkFileFromEditor(editor);
815 }
816 }
817}
818
819void ChatRootView::openChatHistoryFolder()
820{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected