MCPcopy
hub / github.com/codeaashu/claude-code / get

Function get

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

Source from the content-addressed store, hash-verified

50 },
51
52 async get(id) {
53 return findConversation(id);
54 },
55
56 async create(opts) {
57 const store = getStore();

Callers 2

store.tsFile · 0.50
fileViewerStore.tsFile · 0.50

Calls 1

findConversationFunction · 0.85

Tested by

no test coverage detected