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

Function isEnabled

src/tools/ScheduleCronTool/CronListTool.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 return outputSchema()
47 },
48 isEnabled() {
49 return isKairosCronEnabled()
50 },
51 isConcurrencySafe() {
52 return true
53 },

Callers

nothing calls this directly

Calls 1

isKairosCronEnabledFunction · 0.85

Tested by

no test coverage detected