MCPcopy 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
871void ChatRootView::setInEditor(bool value)
872{
873 if (m_isInEditor == value)
874 return;
875 m_isInEditor = value;
876 emit isInEditorChanged();
877}
878
879void ChatRootView::requestNewChat()
880{

Callers 1

ChatEditorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected