Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ requestUnsubscribe
Method
requestUnsubscribe
api/rpc/client.go:829–832 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
827
}
828
829
func
(sub *ClientSubscription) requestUnsubscribe() error {
830
var
result
interface
{}
831
return
sub.client.Call(&result, sub.namespace+unsubscribeMethodSuffix, sub.subid)
832
}
Callers
1
quitWithError
Method · 0.95
Calls
1
Call
Method · 0.65
Tested by
no test coverage detected