Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opencontainers/runc
/ destroy
Method
destroy
libcontainer/state_linux.go:104–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
}
103
104
func
(b *stoppedState) destroy() error {
105
return
destroy(b.c)
106
}
107
108
// runningState represents a container that is currently running.
109
type
runningState
struct
{
Callers
nothing calls this directly
Calls
1
destroy
Function · 0.85
Tested by
no test coverage detected