MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / insterText

Method insterText

src/plugins/chat/copilot.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void Copilot::insterText(const QString &text)
87{
88 if (editorService->insertText)
89 editorService->insertText(text);
90}
91
92void Copilot::setLocale(Chat::Locale locale)
93{

Callers 1

onInsertBtnClickedMethod · 0.80

Calls 1

insertTextMethod · 0.45

Tested by

no test coverage detected