| 138 | } |
| 139 | |
| 140 | type gitDiffProcessor struct{} |
| 141 | |
| 142 | func (gitDiffProcessor *gitDiffProcessor) processDiff(lines []*diffLineData) ([]*diffLineData, error) { |
| 143 | return lines, nil |
nothing calls this directly
no outgoing calls
no test coverage detected