Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
514
void ChatRootView::clearLinkedFiles()
515
{
516
if (m_linkedFiles.isEmpty()) {
517
return;
518
}
519
520
m_linkedFiles.clear();
521
emit linkedFilesChanged();
522
}
523
524
void ChatRootView::clearMessages()
525
{
Callers
nothing calls this directly
Calls
2
isEmpty
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected