MCPcopy Create free account
hub / github.com/apache/dubbo-go / MethodName

Method MethodName

protocol/invocation/rpcinvocation.go:80–82  ·  view source on GitHub ↗

MethodName gets RPC invocation method name.

()

Source from the content-addressed store, hash-verified

78
79// MethodName gets RPC invocation method name.
80func (r *RPCInvocation) MethodName() string {
81 return r.methodName
82}
83
84// ActualMethodName gets actual invocation method name. It returns the method name been called if it's a generic call
85func (r *RPCInvocation) ActualMethodName() string {

Callers 6

TestNewRPCInvocationFunction · 0.95
ActualMethodNameMethod · 0.95
IsGenericInvocationMethod · 0.95
Test_getSignatureFunction · 0.95
TestLoadBalanceFunction · 0.95

Calls

no outgoing calls

Tested by 4

TestNewRPCInvocationFunction · 0.76
Test_getSignatureFunction · 0.76
TestLoadBalanceFunction · 0.76