MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / Unsubscribe

Method Unsubscribe

chainbus/bus.go:31–31  ·  view source on GitHub ↗
(topic string, handler interface{})

Source from the content-addressed store, hash-verified

29 SubscribeOnce(topic string, handler interface{}) error
30 SubscribeOnceAsync(topic string, handler interface{}) error
31 Unsubscribe(topic string, handler interface{}) error
32}
33
34// ChainPuber defines publishing-related bus behavior.

Callers 2

TestUnsubscribeFunction · 0.65
stopPreviousSubscribeMethod · 0.65

Implementers 1

ChainBuschainbus/bus.go

Calls

no outgoing calls

Tested by 1

TestUnsubscribeFunction · 0.52