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

Function getStore

src/hooks/useTasksV2.ts:202–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200
201let _store: TasksV2Store | null = null
202function getStore(): TasksV2Store {
203 return (_store ??= new TasksV2Store())
204}
205
206// Stable no-ops for the disabled path so useSyncExternalStore doesn't
207// churn its subscription on every render.

Callers 1

useTasksV2Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected