()
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected