MCPcopy Create free account
hub / github.com/ShipSecAI/studio / resetRunStoreState

Function resetRunStoreState

frontend/src/store/runStore.ts:316–319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

314);
315
316export const resetRunStoreState = () => {
317 inflightFetches.clear();
318 useRunStore.setState({ ...INITIAL_STATE });
319};

Callers 1

runStore.test.tsFile · 0.90

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected