| 995 | }} |
| 996 | |
| 997 | type testPatch struct { |
| 998 | message string |
| 999 | filePatches []testFilePatch |
| 1000 | } |
| 1001 | |
| 1002 | func (t testPatch) FilePatches() []FilePatch { |
| 1003 | var result []FilePatch |
nothing calls this directly
no outgoing calls
no test coverage detected