MCPcopy Create free account
hub / github.com/codeaashu/claude-code / clearAllConversations

Function clearAllConversations

web/components/settings/DataSettings.tsx:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 function clearAllConversations() {
52 const ids = conversations.map((c) => c.id);
53 ids.forEach((id) => deleteConversation(id));
54 setShowClearConfirm(false);
55 }
56
57 const totalMessages = conversations.reduce((sum, c) => sum + c.messages.length, 0);
58

Callers

nothing calls this directly

Calls 1

forEachMethod · 0.80

Tested by

no test coverage detected