MCPcopy Create free account
hub / github.com/Noumena-Network/code / getSessionCronTasks

Function getSessionCronTasks

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

Source from the content-addressed store, hash-verified

1308}
1309
1310export function getSessionCronTasks(): SessionCronTask[] {
1311 return STATE.sessionCronTasks
1312}
1313
1314export function addSessionCronTask(task: SessionCronTask): void {
1315 STATE.sessionCronTasks.push(task)

Callers 2

listAllCronTasksFunction · 0.85
checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected