MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / addSessionCronTask

Function addSessionCronTask

source code/bootstrap/state.ts:1300–1302  ·  view source on GitHub ↗
(task: SessionCronTask)

Source from the content-addressed store, hash-verified

1298}
1299
1300export function addSessionCronTask(task: SessionCronTask): void {
1301 STATE.sessionCronTasks.push(task)
1302}
1303
1304/**
1305 * Returns the number of tasks actually removed. Callers use this to skip

Callers 1

addCronTaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected