| 167 | } |
| 168 | |
| 169 | type dummyObject struct { |
| 170 | hash plumbing.Hash |
| 171 | size FileSize |
| 172 | } |
| 173 | |
| 174 | func newObject(hash string, size FileSize) plumbing.EncodedObject { |
| 175 | return &dummyObject{ |
nothing calls this directly
no outgoing calls
no test coverage detected