MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / getPath

Function getPath

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getCronFilePathFunction · 0.85

Tested by

no test coverage detected