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

Function isConcurrencySafe

src/tools/EnterPlanModeTool/EnterPlanModeTool.ts:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 return true
67 },
68 isConcurrencySafe() {
69 return true
70 },
71 isReadOnly() {
72 return true
73 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected