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

Struct loadedState

libcontainer/state_linux.go:226–229  ·  view source on GitHub ↗

loadedState is used whenever a container is restored, loaded, or setting additional processes inside and it should not be destroyed when it is exiting.

Source from the content-addressed store, hash-verified

224// loadedState is used whenever a container is restored, loaded, or setting additional
225// processes inside and it should not be destroyed when it is exiting.
226type loadedState struct {
227 c *Container
228 s Status
229}
230
231func (n *loadedState) status() Status {
232 return n.s

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected