| 567 | func (e *embedBackendAudioToAudioStream) RecvMsg(m any) error { return nil } |
| 568 | |
| 569 | type embedBackendAudioToAudioStreamClient struct { |
| 570 | ctx context.Context |
| 571 | reqs chan<- *pb.AudioToAudioRequest |
| 572 | resps <-chan *pb.AudioToAudioResponse |
| 573 | srvDone <-chan error |
| 574 | closeOnce bool |
| 575 | } |
| 576 | |
| 577 | func (e *embedBackendAudioToAudioStreamClient) Send(req *pb.AudioToAudioRequest) error { |
| 578 | select { |
nothing calls this directly
no outgoing calls
no test coverage detected