Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ description
Function
description
src/tools/ScheduleCronTool/CronListTool.ts:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
return
true
56
},
57
async
description() {
58
return
CRON_LIST_DESCRIPTION
59
},
60
async
prompt() {
61
return
buildCronListPrompt(isDurableCronEnabled())
62
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected