Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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).
40
type
BusController
interface
{
41
HasCallback(topic string) bool
42
WaitAsync()
43
}
44
Callers
2
TestHasCallback
Function · 0.65
TestSubcribeOnceAsync
Function · 0.65
Implementers
1
ChainBus
chainbus/bus.go
Calls
no outgoing calls
Tested by
2
TestHasCallback
Function · 0.52
TestSubcribeOnceAsync
Function · 0.52