MCPcopy
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
240func (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

refreshStateMethod · 0.80
destroyMethod · 0.65

Tested by

no test coverage detected