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

Method relocateToSplit

ChatView/ChatRootView.cpp:940–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940void ChatRootView::relocateToSplit()
941{
942 handOffSession();
943 triggerOpenChatCommand(Constants::QODE_ASSIST_NEW_CHAT_ACTION);
944 clearMessages();
945 clearAttachmentFiles();
946 emit closeHostRequested();
947}
948
949void ChatRootView::relocateToWindow()
950{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected