Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
136
type
diffProcessor
interface
{
137
processDiff([]*diffLineData) ([]*diffLineData, error)
138
}
139
140
type
gitDiffProcessor
struct
{}
Callers
2
switchToDiffIfExists
Method · 0.65
storeDiff
Method · 0.65
Implementers
2
gitDiffProcessor
cmd/grv/diff_view.go
fancyDiffProcessor
cmd/grv/fancy_diff_view.go
Calls
no outgoing calls
Tested by
no test coverage detected