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

Method destroy

libcontainer/state_linux.go:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33type containerState interface {
34 transition(containerState) error
35 destroy() error
36 status() Status
37}
38

Callers 2

DestroyMethod · 0.65
destroyMethod · 0.65

Implementers 6

stoppedStatelibcontainer/state_linux.go
runningStatelibcontainer/state_linux.go
createdStatelibcontainer/state_linux.go
pausedStatelibcontainer/state_linux.go
restoredStatelibcontainer/state_linux.go
loadedStatelibcontainer/state_linux.go

Calls

no outgoing calls

Tested by

no test coverage detected