Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ isEnabled
Function
isEnabled
src/tools/TaskCreateTool/TaskCreateTool.ts:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
},
67
shouldDefer: true,
68
isEnabled() {
69
return
isTodoV2Enabled()
70
},
71
isConcurrencySafe() {
72
return
true
73
},
Callers
nothing calls this directly
Calls
1
isTodoV2Enabled
Function · 0.85
Tested by
no test coverage detected