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

Method Close

core/diff/stream_windows.go:166–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164}
165
166func (c *binaryProcessor) Close() error {
167 err := c.r.Close()
168 if kerr := c.cmd.Process.Kill(); err == nil {
169 err = kerr
170 }
171 return err
172}
173
174func getUiqPath() (string, error) {
175 dir, err := os.MkdirTemp("", "")

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.65
KillMethod · 0.65

Tested by

no test coverage detected