Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.
245
func
(bs *BusService) Stop() {
246
bs.cancel()
247
bs.wg.Wait()
248
}
Callers
8
TestNewBusService
Function · 0.95
Shutdown
Method · 0.45
initNodeChainBusService
Function · 0.45
NewDatabase
Function · 0.45
Query
Method · 0.45
Shutdown
Method · 0.45
initNode
Function · 0.45
TestDBMS
Function · 0.45
Calls
1
Wait
Method · 0.80
Tested by
4
TestNewBusService
Function · 0.76
initNodeChainBusService
Function · 0.36
initNode
Function · 0.36
TestDBMS
Function · 0.36