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

Function createInitialState

frontend/src/store/scheduleStore.ts:44–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42};
43
44const createInitialState = (): ScheduleStoreState => ({
45 schedules: [],
46 isLoading: false,
47 error: null,
48 lastFetched: null,
49 filters: { ...INITIAL_FILTERS },
50});
51
52export const useScheduleStore = create<ScheduleStore>((set, get) => ({
53 ...createInitialState(),

Callers 2

scheduleStore.tsFile · 0.70
resetScheduleStoreStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected