Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
316
export
const
resetRunStoreState = () => {
317
inflightFetches.clear();
318
useRunStore.setState({ ...INITIAL_STATE });
319
};
Callers
1
runStore.test.ts
File · 0.90
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected