()
| 145 | } |
| 146 | |
| 147 | func (c canonicalReference) Familiar() Named { |
| 148 | return canonicalReference{ |
| 149 | namedRepository: familiarizeName(c.namedRepository), |
| 150 | digest: c.digest, |
| 151 | } |
| 152 | } |
| 153 | |
| 154 | // TagNameOnly adds the default tag "latest" to a reference if it only has |
| 155 | // a repo name. |
nothing calls this directly
no test coverage detected