Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ scheduleStore.ts
File
scheduleStore.ts
frontend/src/store/scheduleStore.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ create } from
'zustand'
;
2
import
type
{ ScheduleStatus, WorkflowSchedule } from
'@shipsec/shared'
;
3
import
{ api } from
'@/services/api'
;
4
Callers
nothing calls this directly
Calls
6
createInitialState
Function · 0.70
list
Method · 0.65
create
Function · 0.50
pause
Method · 0.45
resume
Method · 0.45
delete
Method · 0.45
Tested by
no test coverage detected