MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / HasCallback

Method HasCallback

chainbus/bus.go:41–41  ·  view source on GitHub ↗
(topic string)

Source from the content-addressed store, hash-verified

39// BusController defines bus control behavior (checking handler's presence, synchronization).
40type BusController interface {
41 HasCallback(topic string) bool
42 WaitAsync()
43}
44

Callers 2

TestHasCallbackFunction · 0.65
TestSubcribeOnceAsyncFunction · 0.65

Implementers 1

ChainBuschainbus/bus.go

Calls

no outgoing calls

Tested by 2

TestHasCallbackFunction · 0.52
TestSubcribeOnceAsyncFunction · 0.52