MCPcopy Create free account
hub / github.com/docker/cli / ID

Method ID

cli/command/task/formatter.go:86–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85
86func (c *taskContext) ID() string {
87 if c.trunc {
88 return formatter.TruncateID(c.task.ID)
89 }
90 return c.task.ID
91}
92
93func (c *taskContext) Name() string {
94 return c.name

Callers 4

PushTrustedReferenceFunction · 0.45

Calls

no outgoing calls

Tested by 1