MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isConcurrencySafe

Function isConcurrencySafe

src/tools/ExitPlanModeTool/ExitPlanModeV2Tool.ts:179–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 return true
178 },
179 isConcurrencySafe() {
180 return true
181 },
182 isReadOnly() {
183 return false // Now writes to disk
184 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected