Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1276
export
function
getScheduledTasksEnabled(): boolean {
1277
return
STATE.scheduledTasksEnabled
1278
}
1279
1280
export
type
SessionCronTask = {
1281
id: string
Callers
1
start
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected