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

Function getSharesByConversation

web/lib/share-store.ts:84–88  ·  view source on GitHub ↗
(conversationId: string)

Source from the content-addressed store, hash-verified

82}
83
84export function getSharesByConversation(conversationId: string): StoredShare[] {
85 return Array.from(store.values()).filter(
86 (s) => s.conversationId === conversationId
87 );
88}

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected