MCPcopy Index your code
hub / github.com/docker/cli / Digest

Method Digest

cli/command/formatter/image.go:230–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228}
229
230func (c *imageContext) Digest() string {
231 return c.digest
232}
233
234func (c *imageContext) CreatedSince() string {
235 createdAt := time.Unix(c.i.Created, 0)

Callers 4

PutManifestMethod · 0.45
validateManifestDigestFunction · 0.45

Calls

no outgoing calls

Tested by 1

PutManifestMethod · 0.36