Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isConcurrencySafe
Function
isConcurrencySafe
src/tools/FileReadTool/FileReadTool.ts:373–375 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
371
return
summary ? `Reading ${summary}` :
'Reading file'
372
},
373
isConcurrencySafe() {
374
return
true
375
},
376
isReadOnly() {
377
return
true
378
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected