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

Function prompt

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

Source from the content-addressed store, hash-verified

53 return CRON_DELETE_DESCRIPTION
54 },
55 async prompt() {
56 return buildCronDeletePrompt(isDurableCronEnabled())
57 },
58 getPath() {
59 return getCronFilePath()
60 },

Callers

nothing calls this directly

Calls 2

buildCronDeletePromptFunction · 0.85
isDurableCronEnabledFunction · 0.85

Tested by

no test coverage detected