MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / clearLinkedFiles

Method clearLinkedFiles

ChatView/ChatRootView.cpp:514–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512}
513
514void ChatRootView::clearLinkedFiles()
515{
516 if (m_linkedFiles.isEmpty()) {
517 return;
518 }
519
520 m_linkedFiles.clear();
521 emit linkedFilesChanged();
522}
523
524void ChatRootView::clearMessages()
525{

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected