(__0)
| 113 | return acc_0 + count(hunk_0.lines, _temp3); |
| 114 | } |
| 115 | function _temp3(__0) { |
| 116 | return __0.startsWith("-"); |
| 117 | } |
| 118 | function _temp2(acc, hunk) { |
| 119 | return acc + count(hunk.lines, _temp); |
| 120 | } |
nothing calls this directly
no outgoing calls
no test coverage detected