(h hash.Hash)
| 55 | func (sr SizedRef) Valid() bool { return sr.Ref.Valid() } |
| 56 | |
| 57 | func (sr SizedRef) HashMatches(h hash.Hash) bool { return sr.Ref.HashMatches(h) } |
| 58 | |
| 59 | func (sr SizedRef) String() string { |
| 60 | return fmt.Sprintf("[%s; %d bytes]", sr.Ref.String(), sr.Size) |
nothing calls this directly
no test coverage detected