stoppedState represents a container is a stopped/destroyed state.
| 83 | |
| 84 | // stoppedState represents a container is a stopped/destroyed state. |
| 85 | type stoppedState struct { |
| 86 | c *Container |
| 87 | } |
| 88 | |
| 89 | func (b *stoppedState) status() Status { |
| 90 | return Stopped |
nothing calls this directly
no outgoing calls
no test coverage detected