MCPcopy
hub / github.com/containerd/containerd / testStream

Struct testStream

core/transfer/streaming/stream_test.go:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174type testStream struct {
175 send chan<- typeurl.Any
176 recv <-chan typeurl.Any
177 closer chan struct{}
178 remote <-chan struct{}
179}
180
181func (ts *testStream) Send(a typeurl.Any) error {
182 select {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected