MCPcopy
hub / github.com/docker/compose / Command

Method Command

cmd/formatter/container.go:179–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177}
178
179func (c *ContainerContext) Command() string {
180 command := c.c.Command
181 if c.trunc {
182 command = formatter.Ellipsis(command, 20)
183 }
184 return strconv.Quote(command)
185}
186
187func (c *ContainerContext) CreatedAt() string {
188 return time.Unix(c.c.Created, 0).String()

Callers 3

inotifyNodesFunction · 0.80
getPluginMetadataMethod · 0.80
Test_convertFunction · 0.80

Calls

no outgoing calls

Tested by 2

inotifyNodesFunction · 0.64
Test_convertFunction · 0.64