| 30 | } |
| 31 | |
| 32 | type dummyObject struct{} |
| 33 | |
| 34 | func (*dummyObject) Hash() plumbing.Hash { return plumbing.ZeroHash } |
| 35 | func (*dummyObject) Type() plumbing.ObjectType { return plumbing.InvalidObject } |
nothing calls this directly
no outgoing calls
no test coverage detected