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

Function isConcurrencySafe

src/tools/TaskStopTool/TaskStopTool.ts:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 },
53 shouldDefer: true,
54 isConcurrencySafe() {
55 return true
56 },
57 toAutoClassifierInput(input) {
58 return input.task_id ?? input.shell_id ?? ''
59 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected