Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isConcurrencySafe
Function
isConcurrencySafe
src/tools/GrepTool/GrepTool.ts:183–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
return
outputSchema()
182
},
183
isConcurrencySafe() {
184
return
true
185
},
186
isReadOnly() {
187
return
true
188
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected