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

Function isConcurrencySafe

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

Source from the content-addressed store, hash-verified

54 return isTodoV2Enabled()
55 },
56 isConcurrencySafe() {
57 return true
58 },
59 isReadOnly() {
60 return true
61 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected