MCPcopy Index your code
hub / github.com/go-git/go-git / testPatch

Struct testPatch

plumbing/format/diff/unified_encoder_test.go:997–1000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995}}
996
997type testPatch struct {
998 message string
999 filePatches []testFilePatch
1000}
1001
1002func (t testPatch) FilePatches() []FilePatch {
1003 var result []FilePatch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected