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

Method Publish

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

Source from the content-addressed store, hash-verified

34// ChainPuber defines publishing-related bus behavior.
35type ChainPuber interface {
36 Publish(topic string, args ...interface{})
37}
38
39// BusController defines bus control behavior (checking handler's presence, synchronization).

Callers 14

initFunction · 0.65
NewChainWithContextFunction · 0.65
initFunction · 0.65
TestPublishFunction · 0.65
TestSubcribeOnceAsyncFunction · 0.65
TestSubscribeAsyncFunction · 0.65
extractTxsMethod · 0.65
initFunction · 0.65
collectFunction · 0.65
InitMetricWebFunction · 0.65

Implementers 1

ChainBuschainbus/bus.go

Calls

no outgoing calls

Tested by 5

TestPublishFunction · 0.52
TestSubcribeOnceAsyncFunction · 0.52
TestSubscribeAsyncFunction · 0.52