Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isConcurrencySafe
Function
isConcurrencySafe
src/tools/TaskGetTool/TaskGetTool.ts:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
return
isTodoV2Enabled()
60
},
61
isConcurrencySafe() {
62
return
true
63
},
64
isReadOnly() {
65
return
true
66
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected