Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rgburke/grv
/ diffID
Method
diffID
cmd/grv/diff_view.go:113–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
}
112
113
func
(commitDiffLoadRequest *commitDiffLoadRequest) diffID() diffID {
114
return
diffID(commitDiffLoadRequest.commit.oid.String())
115
}
116
117
type
fileDiffLoadRequest
struct
{
118
statusType StatusType
Callers
nothing calls this directly
Calls
2
diffID
TypeAlias · 0.85
String
Method · 0.65
Tested by
no test coverage detected