MCPcopy Create free account
hub / github.com/docker/compose / State

Method State

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

Source from the content-addressed store, hash-verified

198}
199
200func (c *ContainerContext) State() string {
201 return string(c.c.State)
202}
203
204func (c *ContainerContext) Status() string {
205 return c.c.Status

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected