changeEntryWrapper is an implementation of fdiff.File interface
| 147 | |
| 148 | // changeEntryWrapper is an implementation of fdiff.File interface |
| 149 | type changeEntryWrapper struct { |
| 150 | ce ChangeEntry |
| 151 | } |
| 152 | |
| 153 | func (f *changeEntryWrapper) Hash() plumbing.Hash { |
| 154 | if !f.ce.TreeEntry.Mode.IsFile() { |
nothing calls this directly
no outgoing calls
no test coverage detected