MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / getScheduleStore

Function getScheduleStore

src/schedule/store.ts:266–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264
265let _store: ScheduleStore | null = null;
266export function getScheduleStore(): ScheduleStore {
267 if (!_store) _store = new ScheduleStore();
268 return _store;
269}

Callers 9

index.tsFile · 0.85
gatherMaintainRunsFunction · 0.85
gatherAuditableRunsFunction · 0.85
executeMethod · 0.85
handleSlashCommandFunction · 0.85
gatherDashboardDataFunction · 0.85
dispatchActionFunction · 0.85
tickFunction · 0.85
runOneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected