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

Function revokeShare

web/lib/share-store.ts:80–82  ·  view source on GitHub ↗
(shareId: string)

Source from the content-addressed store, hash-verified

78}
79
80export function revokeShare(shareId: string): boolean {
81 return store.delete(shareId);
82}
83
84export function getSharesByConversation(conversationId: string): StoredShare[] {
85 return Array.from(store.values()).filter(

Callers 1

DELETEFunction · 0.90

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected