Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isConcurrencySafe
Function
isConcurrencySafe
src/tools/WebFetchTool/WebFetchTool.ts:95–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
return
outputSchema()
94
},
95
isConcurrencySafe() {
96
return
true
97
},
98
isReadOnly() {
99
return
true
100
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected