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

Method Container

cli/command/container/formatter_stats.go:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170}
171
172func (c *statsContext) Container() string {
173 return c.s.Container
174}
175
176func (c *statsContext) Name() string {
177 // Trim the "/" prefix (if present).

Calls

no outgoing calls