| 1013 | } |
| 1014 | |
| 1015 | type testFilePatch struct { |
| 1016 | from, to *testFile |
| 1017 | chunks []testChunk |
| 1018 | } |
| 1019 | |
| 1020 | func (t testFilePatch) IsBinary() bool { |
| 1021 | return len(t.chunks) == 0 |
nothing calls this directly
no outgoing calls
no test coverage detected