Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isConcurrencySafe
Function
isConcurrencySafe
src/tools/LSPTool/LSPTool.ts:146–148 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
return
outputSchema()
145
},
146
isConcurrencySafe() {
147
return
true
148
},
149
isReadOnly() {
150
return
true
151
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected