* Prefix length of the hunk lines in the diff
(isCombined: boolean)
| 102 | * Prefix length of the hunk lines in the diff |
| 103 | */ |
| 104 | function prefixLength(isCombined: boolean): number { |
| 105 | return isCombined ? 2 : 1; |
| 106 | } |
| 107 | |
| 108 | /** |
| 109 | * Escapes all required characters for safe HTML rendering |
no outgoing calls
no test coverage detected
searching dependent graphs…