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

Method clear

src/plugins/chat/widgets/inlinechatwidget.cpp:79–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 QMultiMap<Operation, Edit::Range> operationRange;
78
79 void clear()
80 {
81 diffList.clear();
82 fileName.clear();
83 originalText.clear();
84 destText.clear();
85 tempText.clear();
86 originalRange = {};
87 operationRange.clear();
88 }
89 };
90
91 struct CodeInfo

Callers 6

handleAcceptMethod · 0.45
handleRejectMethod · 0.45
handleStopMethod · 0.45
askForChatMethod · 0.45
processGeneratedDataMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected