MCPcopy
hub / github.com/opencontainers/runc / stoppedState

Struct stoppedState

libcontainer/state_linux.go:85–87  ·  view source on GitHub ↗

stoppedState represents a container is a stopped/destroyed state.

Source from the content-addressed store, hash-verified

83
84// stoppedState represents a container is a stopped/destroyed state.
85type stoppedState struct {
86 c *Container
87}
88
89func (b *stoppedState) status() Status {
90 return Stopped

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected