MCPcopy
hub / github.com/containerd/containerd / Close

Method Close

core/diff/stream_unix.go:158–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156}
157
158func (c *binaryProcessor) Close() error {
159 err := c.r.Close()
160 if kerr := c.cmd.Process.Kill(); err == nil {
161 err = kerr
162 }
163 return err
164}

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.65
KillMethod · 0.65

Tested by

no test coverage detected