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

Function isEnabled

src/tools/TaskListTool/TaskListTool.ts:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 },
52 shouldDefer: true,
53 isEnabled() {
54 return isTodoV2Enabled()
55 },
56 isConcurrencySafe() {
57 return true
58 },

Callers

nothing calls this directly

Calls 1

isTodoV2EnabledFunction · 0.85

Tested by

no test coverage detected