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

Method Invoke

clientconn.go:649–649  ·  view source on GitHub ↗

Invoke performs a unary RPC and returns after the response is received into reply.

(ctx context.Context, method string, args any, reply any, opts ...CallOption)

Source from the content-addressed store, hash-verified

647 // Invoke performs a unary RPC and returns after the response is received
648 // into reply.
649 Invoke(ctx context.Context, method string, args any, reply any, opts ...CallOption) error
650 // NewStream begins a streaming RPC.
651 NewStream(ctx context.Context, desc *StreamDesc, method string, opts ...CallOption) (ClientStream, error)
652}

Callers 15

InvokeFunction · 0.65
SearchMethod · 0.65
EnableMethod · 0.65
GetStreamStatsMethod · 0.65
DoUnimplementedMethodFunction · 0.65
GetGaugeMethod · 0.65
EmptyCallMethod · 0.65
UnaryCallMethod · 0.65
CacheableUnaryCallMethod · 0.65
UnimplementedCallMethod · 0.65

Implementers 2

ClientConnclientconn.go
acBalancerWrapperbalancer_wrapper.go

Calls

no outgoing calls