MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getCronFilePath

Function getCronFilePath

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

Source from the content-addressed store, hash-verified

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

Callers 7

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