MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / clearChatMentions

Function clearChatMentions

deployments/desktop/static/desktop.js:4698–4701  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4696 }
4697
4698 function clearChatMentions() {
4699 state.chatMentions = [];
4700 renderChatMentionChips();
4701 }
4702
4703 async function askWiki() {
4704 const input = $("chatInput");

Callers 2

startNewChatFunction · 0.85
askWikiFunction · 0.85

Calls 1

renderChatMentionChipsFunction · 0.85

Tested by

no test coverage detected