MCPcopy
hub / github.com/grpc/grpc-go / newFakeORCAService

Function newFakeORCAService

orca/producer_test.go:228–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226}
227
228func newFakeORCAService() *fakeORCAService {
229 return &fakeORCAService{
230 reqCh: make(chan *v3orcaservicepb.OrcaLoadReportRequest),
231 respCh: make(chan any),
232 }
233}
234
235func (f *fakeORCAService) close() {
236 close(f.respCh)

Callers 2

TestProducerBackoffMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected