Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containers/image
/ taggedReference
Struct
taggedReference
docker/reference/reference.go:409–412 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
407
}
408
409
type
taggedReference
struct
{
410
namedRepository
411
tag string
412
}
413
414
func
(t taggedReference) String() string {
415
return
t.Name() +
":"
+ t.tag
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected