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

Method onInsertBtnClicked

src/plugins/chat/widgets/codeeditcomponent.cpp:145–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void CodeEditComponent::onInsertBtnClicked()
146{
147 if (!codeEdit)
148 return;
149
150 if (codeEdit->toPlainText().isEmpty())
151 return;
152
153 Copilot::instance()->insterText(codeEdit->toPlainText());
154}
155
156void CodeEditComponent::onCopyBtnClicked()
157{

Callers

nothing calls this directly

Calls 2

insterTextMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected