Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ handleInlineWidgetClosed
Method
handleInlineWidgetClosed
src/plugins/chat/copilot.cpp:115–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
void Copilot::handleInlineWidgetClosed()
116
{
117
if (inlineChatWidget)
118
inlineChatWidget->reset();
119
}
120
121
void Copilot::setCopilotLLM(AbstractLLM *llm)
122
{
Callers
1
processInlineWidgetClosedEvent
Method · 0.80
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected