Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isConcurrencySafe
Function
isConcurrencySafe
src/tools/testing/TestingPermissionTool.tsx:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
return
"production"
===
'test'
;
29
},
30
isConcurrencySafe() {
31
return true;
32
},
33
isReadOnly() {
34
return true;
35
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected