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

Function getStore

web/lib/api/conversations.ts:6–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5// Lazy import to avoid circular deps at module init time
6function getStore() {
7 // eslint-disable-next-line @typescript-eslint/no-var-requires
8 return require("../store").useChatStore as import("../store").UseChatStore;
9}
10
11// ---------------------------------------------------------------------------
12// ConversationAPI — backed by the Zustand client-side store.

Callers 5

findConversationFunction · 0.70
listFunction · 0.70
createFunction · 0.70
updateFunction · 0.70
deleteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected