MCPcopy Create free account
hub / github.com/containers/image / Familiar

Method Familiar

docker/reference/normalize.go:140–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138}
139
140func (t taggedReference) Familiar() Named {
141 return taggedReference{
142 namedRepository: familiarizeName(t.namedRepository),
143 tag: t.tag,
144 }
145}
146
147func (c canonicalReference) Familiar() Named {
148 return canonicalReference{

Callers

nothing calls this directly

Calls 1

familiarizeNameFunction · 0.85

Tested by

no test coverage detected