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

Function getCronFilePath

source code/utils/cronTasks.ts:83–85  ·  view source on GitHub ↗
(dir?: string)

Source from the content-addressed store, hash-verified

81 * SDK daemon, which has no bootstrap state).
82 */
83export function getCronFilePath(dir?: string): string {
84 return join(dir ?? getProjectRoot(), CRON_FILE_REL)
85}
86
87/**
88 * Read and parse .claude/scheduled_tasks.json. Returns an empty task list if the file

Callers 6

getPathFunction · 0.85
getPathFunction · 0.85
readCronTasksFunction · 0.85
hasCronTasksSyncFunction · 0.85
writeCronTasksFunction · 0.85
enableFunction · 0.85

Calls 1

getProjectRootFunction · 0.85

Tested by

no test coverage detected