| 355 | } |
| 356 | |
| 357 | type reference struct { |
| 358 | namedRepository |
| 359 | tag string |
| 360 | digest digest.Digest |
| 361 | } |
| 362 | |
| 363 | func (r reference) String() string { |
| 364 | return r.Name() + ":" + r.tag + "@" + r.digest.String() |
nothing calls this directly
no outgoing calls
no test coverage detected