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

Method ID

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

Source from the content-addressed store, hash-verified

213}
214
215func (c *imageContext) ID() string {
216 if c.trunc {
217 return TruncateID(c.i.ID)
218 }
219 return c.i.ID
220}
221
222func (c *imageContext) Repository() string {
223 return c.repo

Callers

nothing calls this directly

Calls 1

TruncateIDFunction · 0.85

Tested by

no test coverage detected