MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isEnabled

Function isEnabled

src/tools/TaskGetTool/TaskGetTool.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 },
57 shouldDefer: true,
58 isEnabled() {
59 return isTodoV2Enabled()
60 },
61 isConcurrencySafe() {
62 return true
63 },

Callers

nothing calls this directly

Calls 1

isTodoV2EnabledFunction · 0.85

Tested by

no test coverage detected