Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isConcurrencySafe
Function
isConcurrencySafe
src/tools/ConfigTool/ConfigTool.ts:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
},
86
shouldDefer: true,
87
isConcurrencySafe() {
88
return
true
89
},
90
isReadOnly(input: Input) {
91
return
input.value === undefined
92
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected