Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isConcurrencySafe
Function
isConcurrencySafe
src/tools/TaskCreateTool/TaskCreateTool.ts:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
return
isTodoV2Enabled()
70
},
71
isConcurrencySafe() {
72
return
true
73
},
74
toAutoClassifierInput(input) {
75
return
input.subject
76
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected