MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getScheduledTasksEnabled

Function getScheduledTasksEnabled

src/bootstrap/state.ts:1276–1278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1274}
1275
1276export function getScheduledTasksEnabled(): boolean {
1277 return STATE.scheduledTasksEnabled
1278}
1279
1280export type SessionCronTask = {
1281 id: string

Callers 1

startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected