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

Method setUpPublish

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

Source from the content-addressed store, hash-verified

211}
212
213func (bus *ChainBus) setUpPublish(topic string, args ...interface{}) []reflect.Value {
214
215 passedArguments := make([]reflect.Value, 0)
216 for _, arg := range args {
217 passedArguments = append(passedArguments, reflect.ValueOf(arg))
218 }
219 return passedArguments
220}
221
222// WaitAsync waits for all async callbacks to complete.
223func (bus *ChainBus) WaitAsync() {

Callers 1

doPublishMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected