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

Method onEditorCreated

ChatView/ChatRootView.cpp:1022–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020}
1021
1022void ChatRootView::onEditorCreated(Core::IEditor *editor, const Utils::FilePath &filePath)
1023{
1024 if (isChatEditor(editor)) {
1025 return;
1026 }
1027
1028 if (editor && editor->document()) {
1029 m_currentEditors.append(editor);
1030 emit openFilesChanged();
1031 }
1032}
1033
1034QString ChatRootView::chatFileName() const
1035{

Callers

nothing calls this directly

Calls 3

isChatEditorFunction · 0.85
documentMethod · 0.80
appendMethod · 0.80

Tested by

no test coverage detected