MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Call

Method Call

rpc/client.go:28–28  ·  view source on GitHub ↗
(serviceMethod string, args interface{}, reply interface{})

Source from the content-addressed store, hash-verified

26// Client defines the RPC client interface.
27type Client interface {
28 Call(serviceMethod string, args interface{}, reply interface{}) error
29 Go(serviceMethod string, args interface{}, reply interface{}, done chan *rpc.Call) *rpc.Call
30 Close() error
31}

Callers 15

clientFunction · 0.95
clientComplexFunction · 0.95
TestStartBP_CallRPCFunction · 0.95
PrepareMethod · 0.95
CommitMethod · 0.95
RollbackMethod · 0.95
TestAcceptFuncFunction · 0.95
TestIncCounterFunction · 0.95
TestIncCounterSimpleArgsFunction · 0.95
TestETLSBugFunction · 0.95
ackWorkerMethod · 0.65

Calls

no outgoing calls

Tested by 15

clientFunction · 0.76
clientComplexFunction · 0.76
TestStartBP_CallRPCFunction · 0.76
PrepareMethod · 0.76
CommitMethod · 0.76
RollbackMethod · 0.76
TestAcceptFuncFunction · 0.76
TestIncCounterFunction · 0.76
TestIncCounterSimpleArgsFunction · 0.76
TestETLSBugFunction · 0.76
BenchmarkMuxParallelFunction · 0.52