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

Method Go

rpc/client.go:29–29  ·  view source on GitHub ↗
(serviceMethod string, args interface{}, reply interface{}, done chan *rpc.Call)

Source from the content-addressed store, hash-verified

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}
32

Callers 1

CallNodeWithContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected