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

Method doPublish

chainbus/bus.go:174–177  ·  view source on GitHub ↗
(handler *eventHandler, topic string, args ...interface{})

Source from the content-addressed store, hash-verified

172}
173
174func (bus *ChainBus) doPublish(handler *eventHandler, topic string, args ...interface{}) {
175 passedArguments := bus.setUpPublish(topic, args...)
176 handler.callBack.Call(passedArguments)
177}
178
179func (bus *ChainBus) doPublishAsync(handler *eventHandler, topic string, args ...interface{}) {
180 defer bus.wg.Done()

Callers 2

PublishMethod · 0.95
doPublishAsyncMethod · 0.95

Calls 2

setUpPublishMethod · 0.95
CallMethod · 0.65

Tested by

no test coverage detected