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

Method slotMessageSend

src/plugins/chat/widgets/askpagewidget.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void AskPageWidget::slotMessageSend()
84{
85 if (inputEdit) {
86 auto prompt = inputEdit->edit()->toConvertedText();
87 if (prompt.isEmpty())
88 return;
89 askQuestion(prompt);
90 }
91}
92
93void AskPageWidget::onChatFinished()
94{

Callers

nothing calls this directly

Calls 3

toConvertedTextMethod · 0.80
editMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected