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

Method stop

blockproducer/chain.go:1035–1038  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1033}
1034
1035func (c *Chain) stop() {
1036 c.cancel()
1037 c.wg.Wait()
1038}
1039
1040func (c *Chain) goFunc(f func(ctx context.Context)) {
1041 c.wg.Add(1)

Callers 1

StopMethod · 0.95

Calls 1

WaitMethod · 0.80

Tested by

no test coverage detected