Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
780
func
(sub *ClientSubscription) start() {
781
sub.quitWithError(sub.forward())
782
}
783
784
func
(sub *ClientSubscription) forward() (err error, unsubscribeServer bool) {
785
cases := []reflect.SelectCase{
Callers
1
handleResponse
Method · 0.45
Calls
2
quitWithError
Method · 0.95
forward
Method · 0.95
Tested by
no test coverage detected