| 1043 | } |
| 1044 | |
| 1045 | type testFile struct { |
| 1046 | path string |
| 1047 | mode filemode.FileMode |
| 1048 | seed string |
| 1049 | } |
| 1050 | |
| 1051 | func (t testFile) Hash() plumbing.Hash { |
| 1052 | return plumbing.ComputeHash(plumbing.BlobObject, []byte(t.seed)) |
nothing calls this directly
no outgoing calls
no test coverage detected