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

Method currentDiffProcessor

cmd/grv/diff_view.go:584–587  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

582}
583
584func (diffView *DiffView) currentDiffProcessor() (diffProcessor, diffProcessorType) {
585 diffType := diffView.currentDiffProcessorType()
586 return diffProcessors[diffType], diffType
587}
588
589func (diffView *DiffView) generateDiffLinesForCommit(commit *Commit) (lines []*diffLineData, err error) {
590 author := commit.commit.Author()

Callers 2

switchToDiffIfExistsMethod · 0.95
storeDiffMethod · 0.95

Calls 1

Tested by

no test coverage detected