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

Struct reference

docker/reference/reference.go:357–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357type reference struct {
358 namedRepository
359 tag string
360 digest digest.Digest
361}
362
363func (r reference) String() string {
364 return r.Name() + ":" + r.tag + "@" + r.digest.String()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected