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

Method start

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

Source from the content-addressed store, hash-verified

778}
779
780func (sub *ClientSubscription) start() {
781 sub.quitWithError(sub.forward())
782}
783
784func (sub *ClientSubscription) forward() (err error, unsubscribeServer bool) {
785 cases := []reflect.SelectCase{

Callers 1

handleResponseMethod · 0.45

Calls 2

quitWithErrorMethod · 0.95
forwardMethod · 0.95

Tested by

no test coverage detected