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

Method selectedText

src/plugins/chat/copilot.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37QString Copilot::selectedText() const
38{
39 if (!editorService->getSelectedText)
40 return "";
41
42 return editorService->getSelectedText();
43}
44
45Copilot *Copilot::instance()
46{

Callers 7

findStringMethod · 0.45
changeUnderCursorMethod · 0.45
initEditMethod · 0.45
toConvertedTextMethod · 0.45
appendTagMethod · 0.45
onReferenceBtnClickedMethod · 0.45
eventFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected