Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/docker/cli
/ Tag
Method
Tag
cli/command/formatter/image.go:226–228 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
224
}
225
226
func
(c *imageContext) Tag() string {
227
return
c.tag
228
}
229
230
func
(c *imageContext) Digest() string {
231
return
c.digest
Callers
8
runPush
Function · 0.45
runPull
Function · 0.45
Image
Method · 0.45
Image
Method · 0.45
imageFormatTaggedAndDigest
Function · 0.45
verboseWrite
Method · 0.45
Image
Method · 0.45
getManifestOptionsFromReference
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected