Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ isConcurrencySafe
Function
isConcurrencySafe
src/tools/RemoteTriggerTool/RemoteTriggerTool.ts:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
)
62
},
63
isConcurrencySafe() {
64
return
true
65
},
66
isReadOnly(input: Input) {
67
return
input.action ===
'list'
|| input.action ===
'get'
68
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected