MCPcopy 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
829func (sub *ClientSubscription) requestUnsubscribe() error {
830 var result interface{}
831 return sub.client.Call(&result, sub.namespace+unsubscribeMethodSuffix, sub.subid)
832}

Callers 1

quitWithErrorMethod · 0.95

Calls 1

CallMethod · 0.65

Tested by

no test coverage detected