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

Function GetMsgPackClientCodec

utils/msgpack.go:66–68  ·  view source on GitHub ↗

GetMsgPackClientCodec returns msgpack client codec for connection.

(c io.ReadWriteCloser)

Source from the content-addressed store, hash-verified

64
65// GetMsgPackClientCodec returns msgpack client codec for connection.
66func GetMsgPackClientCodec(c io.ReadWriteCloser) rpc.ClientCodec {
67 return codec.MsgpackSpecRpc.ClientCodec(c, msgPackHandle)
68}

Callers 3

CallMethod · 0.92
TestDHTService_PingFunction · 0.92
NewClientFunction · 0.92

Calls

no outgoing calls

Tested by 2

CallMethod · 0.74
TestDHTService_PingFunction · 0.74