MCPcopy 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
226func (c *imageContext) Tag() string {
227 return c.tag
228}
229
230func (c *imageContext) Digest() string {
231 return c.digest

Callers 8

runPushFunction · 0.45
runPullFunction · 0.45
ImageMethod · 0.45
ImageMethod · 0.45
verboseWriteMethod · 0.45
ImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected