MCPcopy
hub / github.com/mudler/LocalAI / embedBackendAudioToAudioStreamClient

Struct embedBackendAudioToAudioStreamClient

pkg/grpc/embed.go:569–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567func (e *embedBackendAudioToAudioStream) RecvMsg(m any) error { return nil }
568
569type 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
577func (e *embedBackendAudioToAudioStreamClient) Send(req *pb.AudioToAudioRequest) error {
578 select {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected