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

Method StreamingOutputCall

test/channelz_test.go:773–778  ·  view source on GitHub ↗
(ctx context.Context, in *testpb.StreamingOutputCallRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

771}
772
773func (t *testServiceClientWrapper) StreamingOutputCall(ctx context.Context, in *testpb.StreamingOutputCallRequest, opts ...grpc.CallOption) (testgrpc.TestService_StreamingOutputCallClient, error) {
774 t.mu.Lock()
775 defer t.mu.Unlock()
776 t.streamsCreated++
777 return t.TestServiceClient.StreamingOutputCall(ctx, in, opts...)
778}
779
780func (t *testServiceClientWrapper) StreamingInputCall(ctx context.Context, opts ...grpc.CallOption) (testgrpc.TestService_StreamingInputCallClient, error) {
781 t.mu.Lock()

Callers

nothing calls this directly

Calls 3

StreamingOutputCallMethod · 0.65
LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected