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

Function getScheduledTasksEnabled

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

Source from the content-addressed store, hash-verified

1290}
1291
1292export function getScheduledTasksEnabled(): boolean {
1293 return STATE.scheduledTasksEnabled
1294}
1295
1296export type SessionCronTask = {
1297 id: string

Callers 2

startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected