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

Method processDiff

cmd/grv/diff_view.go:137–137  ·  view source on GitHub ↗
([]*diffLineData)

Source from the content-addressed store, hash-verified

135
136type diffProcessor interface {
137 processDiff([]*diffLineData) ([]*diffLineData, error)
138}
139
140type gitDiffProcessor struct{}

Callers 2

switchToDiffIfExistsMethod · 0.65
storeDiffMethod · 0.65

Implementers 2

gitDiffProcessorcmd/grv/diff_view.go
fancyDiffProcessorcmd/grv/fancy_diff_view.go

Calls

no outgoing calls

Tested by

no test coverage detected