Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/go-git/go-git
/ FilePatches
Method
FilePatches
plumbing/object/patch.go:120–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
}
119
120
func
(p *Patch) FilePatches() []fdiff.FilePatch {
121
return
p.filePatches
122
}
123
124
func
(p *Patch) Message() string {
125
return
p.message
Callers
1
Stats
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected