Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ isEnabled
Function
isEnabled
src/tools/TaskUpdateTool/TaskUpdateTool.ts:108–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
},
107
shouldDefer: true,
108
isEnabled() {
109
return
isTodoV2Enabled()
110
},
111
isConcurrencySafe() {
112
return
true
113
},
Callers
nothing calls this directly
Calls
1
isTodoV2Enabled
Function · 0.85
Tested by
no test coverage detected