(allKeys: string[] | null, firstItemKeyCount: number)
| 135 | |
| 136 | |
| 137 | function shouldNormalize(allKeys: string[] | null, firstItemKeyCount: number) { |
| 138 | return allKeys && allKeys.length !== firstItemKeyCount |
| 139 | } |
| 140 | |
| 141 | /** |
| 142 | * Write deduplicated tasks and normalize if needed tasks to a file. |
no outgoing calls
no test coverage detected