Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
export
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
values
Method · 0.80
Tested by
no test coverage detected