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

Function isConcurrencySafe

src/tools/TaskUpdateTool/TaskUpdateTool.ts:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 return isTodoV2Enabled()
110 },
111 isConcurrencySafe() {
112 return true
113 },
114 toAutoClassifierInput(input) {
115 const parts = [input.taskId]
116 if (input.status) parts.push(input.status)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected