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

Function getSessionCronTasks

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

Source from the content-addressed store, hash-verified

1292}
1293
1294export function getSessionCronTasks(): SessionCronTask[] {
1295 return STATE.sessionCronTasks
1296}
1297
1298export function addSessionCronTask(task: SessionCronTask): void {
1299 STATE.sessionCronTasks.push(task)

Callers 2

listAllCronTasksFunction · 0.85
checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected