Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ ExportStream
Method
ExportStream
core/transfer/transfer.go:133–133 ·
view source on GitHub ↗
(context.Context)
Source
from the content-addressed store, hash-verified
131
132
type
ImageExportStreamer
interface
{
133
ExportStream(context.Context) (io.WriteCloser, string, error)
134
}
135
136
type
ImageUnpacker
interface
{
Callers
1
echo
Method · 0.65
Implementers
1
ImageExportStream
core/transfer/archive/exporter.go
Calls
no outgoing calls
Tested by
no test coverage detected