MCPcopy
hub / github.com/docker/docker-agent / blockingStream

Struct blockingStream

pkg/runtime/turn_end_test.go:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226func (p *blockingProvider) MaxTokens() int { return 0 }
227
228type blockingStream struct {
229 done <-chan struct{}
230 err func() error
231}
232
233func (s *blockingStream) Recv() (chat.MessageStreamResponse, error) {
234 // Block until the parent context is cancelled. On cancellation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected