()
| 138 | } |
| 139 | |
| 140 | func (t taggedReference) Familiar() Named { |
| 141 | return taggedReference{ |
| 142 | namedRepository: familiarizeName(t.namedRepository), |
| 143 | tag: t.tag, |
| 144 | } |
| 145 | } |
| 146 | |
| 147 | func (c canonicalReference) Familiar() Named { |
| 148 | return canonicalReference{ |
nothing calls this directly
no test coverage detected