Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ resetScheduleStoreState
Function
resetScheduleStoreState
frontend/src/store/scheduleStore.ts:148–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
}));
147
148
export
const
resetScheduleStoreState = () => {
149
useScheduleStore.setState({ ...createInitialState() });
150
};
Callers
1
scheduleStore.test.ts
File · 0.90
Calls
1
createInitialState
Function · 0.70
Tested by
no test coverage detected