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

Method clearAttachmentFiles

ChatView/ChatRootView.cpp:503–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503void ChatRootView::clearAttachmentFiles()
504{
505 if (m_attachmentFiles.isEmpty()) {
506 return;
507 }
508
509 m_attachmentFiles.clear();
510 emit attachmentFilesChanged();
511 m_fileManager->clearIntermediateStorage();
512}
513
514void ChatRootView::clearLinkedFiles()
515{

Callers

nothing calls this directly

Calls 3

isEmptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected