MCPcopy
hub / github.com/rgburke/grv / gitDiffProcessor

Struct gitDiffProcessor

cmd/grv/diff_view.go:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140type gitDiffProcessor struct{}
141
142func (gitDiffProcessor *gitDiffProcessor) processDiff(lines []*diffLineData) ([]*diffLineData, error) {
143 return lines, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected