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

Function getPath

src/tools/ScheduleCronTool/CronCreateTool.ts:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 return buildCronCreatePrompt(isDurableCronEnabled())
78 },
79 getPath() {
80 return getCronFilePath()
81 },
82 async validateInput(input): Promise<ValidationResult> {
83 if (!parseCronExpression(input.cron)) {
84 return {

Callers

nothing calls this directly

Calls 1

getCronFilePathFunction · 0.85

Tested by

no test coverage detected