Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
type
containerState
interface
{
34
transition(containerState) error
35
destroy() error
36
status() Status
37
}
38
Callers
2
Destroy
Method · 0.65
destroy
Method · 0.65
Implementers
6
stoppedState
libcontainer/state_linux.go
runningState
libcontainer/state_linux.go
createdState
libcontainer/state_linux.go
pausedState
libcontainer/state_linux.go
restoredState
libcontainer/state_linux.go
loadedState
libcontainer/state_linux.go
Calls
no outgoing calls
Tested by
no test coverage detected