MCPcopy Create free account
hub / github.com/codeaashu/claude-code / description

Function description

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

Source from the content-addressed store, hash-verified

50 return input.id
51 },
52 async description() {
53 return CRON_DELETE_DESCRIPTION
54 },
55 async prompt() {
56 return buildCronDeletePrompt(isDurableCronEnabled())
57 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected