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

Method Name

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

Source from the content-addressed store, hash-verified

91}
92
93func (c *taskContext) Name() string {
94 return c.name
95}
96
97func (c *taskContext) Image() string {
98 image := c.task.Spec.ContainerSpec.Image

Calls

no outgoing calls