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

Method Stop

worker/chainbusservice.go:245–248  ·  view source on GitHub ↗

Stop stops the chain bus service.

()

Source from the content-addressed store, hash-verified

243
244// Stop stops the chain bus service.
245func (bs *BusService) Stop() {
246 bs.cancel()
247 bs.wg.Wait()
248}

Callers 8

TestNewBusServiceFunction · 0.95
ShutdownMethod · 0.45
initNodeChainBusServiceFunction · 0.45
NewDatabaseFunction · 0.45
QueryMethod · 0.45
ShutdownMethod · 0.45
initNodeFunction · 0.45
TestDBMSFunction · 0.45

Calls 1

WaitMethod · 0.80

Tested by 4

TestNewBusServiceFunction · 0.76
initNodeChainBusServiceFunction · 0.36
initNodeFunction · 0.36
TestDBMSFunction · 0.36