MCPcopy Index your code
hub / github.com/codeaashu/claude-code / delete

Function delete

web/lib/api/conversations.ts:76–79  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

74 },
75
76 async delete(id) {
77 findConversation(id); // throws 404 if missing
78 getStore().getState().deleteConversation(id);
79 },
80
81 async export(id, format) {
82 const conv = findConversation(id);

Callers

nothing calls this directly

Calls 2

findConversationFunction · 0.85
getStoreFunction · 0.70

Tested by

no test coverage detected