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

Function isChatEditor

ChatView/ChatRootView.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51namespace {
52bool isChatEditor(Core::IEditor *editor)
53{
54 return editor && editor->document()
55 && editor->document()->id() == Utils::Id(Constants::QODE_ASSIST_CHAT_EDITOR_ID);
56}
57
58QKeySequence sendMessageKeySequence()
59{

Callers 3

onEditorAboutToCloseMethod · 0.85
onEditorCreatedMethod · 0.85

Calls 2

documentMethod · 0.80
idMethod · 0.45

Tested by

no test coverage detected