MCPcopy Index your code
hub / github.com/containerd/containerd / waitBuffer

Struct waitBuffer

integration/client/transfer_test.go:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70type waitBuffer struct {
71 *bytes.Buffer
72 closed chan struct{}
73}
74
75func (wb *waitBuffer) Close() error {
76 select {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected