MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / newStore

Function newStore

src/workflow/__tests__/progressStore.test.ts:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13})
14
15function newStore() {
16 const bus: ProgressBus = createProgressBus()
17 return { bus, store: createProgressStoreFromBus(bus) }
18}
19
20test('run_started creates entry; phase_started/done updates phases', () => {
21 const { bus, store } = newStore()

Callers 1

Calls 2

createProgressBusFunction · 0.85

Tested by

no test coverage detected