()
| 1049 | } |
| 1050 | |
| 1051 | func (t testFile) Hash() plumbing.Hash { |
| 1052 | return plumbing.ComputeHash(plumbing.BlobObject, []byte(t.seed)) |
| 1053 | } |
| 1054 | |
| 1055 | func (t testFile) Mode() filemode.FileMode { |
| 1056 | return t.mode |
nothing calls this directly
no test coverage detected