MCPcopy
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
132type ImageExportStreamer interface {
133 ExportStream(context.Context) (io.WriteCloser, string, error)
134}
135
136type ImageUnpacker interface {

Callers 1

echoMethod · 0.65

Implementers 1

ImageExportStreamcore/transfer/archive/exporter.go

Calls

no outgoing calls

Tested by

no test coverage detected