MCPcopy Create free account
hub / github.com/CPChain/chain / String

Method String

api/rpc/client.go:103–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func (msg *jsonrpcMessage) String() string {
104 b, _ := json.Marshal(msg)
105 return string(b)
106}
107
108// Client represents a connection to an RPC server.
109type Client struct {

Callers 6

RegisterNameMethod · 0.45
handleMethod · 0.45
sendHTTPMethod · 0.45
TestClientReconnectFunction · 0.45
httpTestClientFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestClientReconnectFunction · 0.36
httpTestClientFunction · 0.36