MCPcopy
hub / github.com/codeaashu/claude-code / getPath

Function getPath

src/tools/ScheduleCronTool/CronDeleteTool.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 return buildCronDeletePrompt(isDurableCronEnabled())
57 },
58 getPath() {
59 return getCronFilePath()
60 },
61 async validateInput(input): Promise<ValidationResult> {
62 const tasks = await listAllCronTasks()
63 const task = tasks.find(t => t.id === input.id)

Callers

nothing calls this directly

Calls 1

getCronFilePathFunction · 0.85

Tested by

no test coverage detected