MCPcopy
hub / github.com/wavetermdev/waveterm / ReaderBridge

Struct ReaderBridge

cmd/test-streammanager/bridge.go:29–31  ·  view source on GitHub ↗

ReaderBridge - used by the reader broker Sends acks to the pipe, receives data from the pipe

Source from the content-addressed store, hash-verified

27// ReaderBridge - used by the reader broker
28// Sends acks to the pipe, receives data from the pipe
29type ReaderBridge struct {
30 pipe *DeliveryPipe
31}
32
33func (b *ReaderBridge) StreamDataCommand(data wshrpc.CommandStreamData, opts *wshrpc.RpcOpts) error {
34 return fmt.Errorf("reader bridge should not send data")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected