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

Method Write

api/rpc/types.go:112–112  ·  view source on GitHub ↗

Write msg to client.

(msg interface{})

Source from the content-addressed store, hash-verified

110 CreateNotification(id, namespace string, event interface{}) interface{}
111 // Write msg to client.
112 Write(msg interface{}) error
113 // Close underlying data stream
114 Close()
115 // Closed when underlying connection is closed

Callers 14

encodedMethod · 0.65
TestEventUnpackIndexedFunction · 0.65
methodMultiReturnFunction · 0.65
TestMultiReturnWithArrayFunction · 0.65
TestUnmarshalFunction · 0.65
writeKeyFileFunction · 0.65
serveRequestMethod · 0.65
execMethod · 0.65
execBatchMethod · 0.65

Implementers 1

jsonCodecapi/rpc/json.go

Calls

no outgoing calls

Tested by 8

encodedMethod · 0.52
TestEventUnpackIndexedFunction · 0.52
methodMultiReturnFunction · 0.52
TestMultiReturnWithArrayFunction · 0.52
TestUnmarshalFunction · 0.52