MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / get

Function get

ui/src/api/schedule.ts:37–39  ·  view source on GitHub ↗

Read-only dashboard: every workspace's declared schedule + last/next-due.

()

Source from the content-addressed store, hash-verified

35export const scheduleApi = {
36 /** Read-only dashboard: every workspace's declared schedule + last/next-due. */
37 async get(): Promise<ScheduleSnapshot> {
38 return fetchJson<ScheduleSnapshot>('/api/schedule')
39 },
40}

Callers

nothing calls this directly

Calls 1

fetchJsonFunction · 0.90

Tested by

no test coverage detected