Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opencontainers/runc
/ destroy
Method
destroy
libcontainer/state_linux.go:240–245 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
238
}
239
240
func
(n *loadedState) destroy() error {
241
if
err := n.c.refreshState(); err != nil {
242
return
err
243
}
244
return
n.c.state.destroy()
245
}
Callers
nothing calls this directly
Calls
2
refreshState
Method · 0.80
destroy
Method · 0.65
Tested by
no test coverage detected