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

Function getLegacyCronFilePath

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

Source from the content-addressed store, hash-verified

76const LEGACY_CRON_FILE_REL = join('.claude', 'scheduled_tasks.json')
77
78function getLegacyCronFilePath(dir?: string): string {
79 return join(dir ?? getProjectRoot(), LEGACY_CRON_FILE_REL)
80}
81
82/**
83 * Path to the canonical cron file. `dir` defaults to getProjectRoot() — pass

Callers 1

getReadableCronFilePathFunction · 0.85

Calls 1

getProjectRootFunction · 0.85

Tested by

no test coverage detected