Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
void Copilot::insterText(const QString &text)
87
{
88
if (editorService->insertText)
89
editorService->insertText(text);
90
}
91
92
void Copilot::setLocale(Chat::Locale locale)
93
{
Callers
1
onInsertBtnClicked
Method · 0.80
Calls
1
insertText
Method · 0.45
Tested by
no test coverage detected