(i: number)
| 171 | } |
| 172 | |
| 173 | function commitFilePatch(i: number) { |
| 174 | commitHunk(i) |
| 175 | result.push(currentFilePatch) |
| 176 | currentFilePatch = emptyFilePatch() |
| 177 | } |
| 178 | |
| 179 | for (let i = 0; i < lines.length; i++) { |
| 180 | const line = lines[i] |
no test coverage detected
searching dependent graphs…