Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
158
func
(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
Close
Method · 0.65
Kill
Method · 0.65
Tested by
no test coverage detected