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

Method openFileInEditor

ChatView/ChatRootView.cpp:851–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851void ChatRootView::openFileInEditor(const QString &filePath)
852{
853 if (filePath.isEmpty())
854 return;
855 Core::EditorManager::openEditor(Utils::FilePath::fromString(filePath));
856}
857
858void ChatRootView::triggerOpenChatCommand(Utils::Id commandId)
859{

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected