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

Struct restoredState

libcontainer/state_linux.go:198–201  ·  view source on GitHub ↗

restoredState is the same as the running state but also has associated checkpoint information that maybe need destroyed when the container is stopped and destroy is called.

Source from the content-addressed store, hash-verified

196// restoredState is the same as the running state but also has associated checkpoint
197// information that maybe need destroyed when the container is stopped and destroy is called.
198type restoredState struct {
199 imageDir string
200 c *Container
201}
202
203func (r *restoredState) status() Status {
204 return Running

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected