MCPcopy 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
120func (p *Patch) FilePatches() []fdiff.FilePatch {
121 return p.filePatches
122}
123
124func (p *Patch) Message() string {
125 return p.message

Callers 1

StatsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected