Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Palm1r/QodeAssist
/ setInEditor
Method
setInEditor
ChatView/ChatRootView.cpp:871–877 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
869
}
870
871
void ChatRootView::setInEditor(bool value)
872
{
873
if (m_isInEditor == value)
874
return;
875
m_isInEditor = value;
876
emit isInEditorChanged();
877
}
878
879
void ChatRootView::requestNewChat()
880
{
Callers
1
ChatEditor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected