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

Method Start

worker/chainbusservice.go:239–242  ·  view source on GitHub ↗

Start starts a chain bus service.

()

Source from the content-addressed store, hash-verified

237
238// Start starts a chain bus service.
239func (bs *BusService) Start() {
240 bs.wg.Add(1)
241 go bs.subscribeBlock(bs.ctx)
242}
243
244// Stop stops the chain bus service.
245func (bs *BusService) Stop() {

Callers 3

TestNewBusServiceFunction · 0.95
InitMethod · 0.45
NewDatabaseFunction · 0.45

Calls 2

subscribeBlockMethod · 0.95
AddMethod · 0.45

Tested by 1

TestNewBusServiceFunction · 0.76