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

Method Close

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

Close underlying data stream

()

Source from the content-addressed store, hash-verified

112 Write(msg interface{}) error
113 // Close underlying data stream
114 Close()
115 // Closed when underlying connection is closed
116 Closed() <-chan interface{}
117}

Callers 15

CloseMethod · 0.65
ServeCodecMethod · 0.65
StopMethod · 0.65
execMethod · 0.65
execBatchMethod · 0.65
sendHTTPMethod · 0.65
sendBatchHTTPMethod · 0.65
ServeHTTPMethod · 0.65
NotifyMethod · 0.65
TestClientRequestFunction · 0.65
TestClientBatchRequestFunction · 0.65

Implementers 1

jsonCodecapi/rpc/json.go

Calls

no outgoing calls

Tested by 13

TestClientRequestFunction · 0.52
TestClientBatchRequestFunction · 0.52
testClientCancelFunction · 0.52
TestClientSubscribeFunction · 0.52
TestClientSubscribeCloseFunction · 0.52
TestClientHTTPFunction · 0.52
TestClientReconnectFunction · 0.52
AcceptMethod · 0.52