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

Struct repository

docker/reference/reference.go:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375type repository struct {
376 domain string
377 path string
378}
379
380func (r repository) String() string {
381 return r.Name()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected