| 420 | } |
| 421 | |
| 422 | type canonicalReference struct { |
| 423 | namedRepository |
| 424 | digest digest.Digest |
| 425 | } |
| 426 | |
| 427 | func (c canonicalReference) String() string { |
| 428 | return c.Name() + "@" + c.digest.String() |
nothing calls this directly
no outgoing calls
no test coverage detected