Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1035
func
(c *Chain) stop() {
1036
c.cancel()
1037
c.wg.Wait()
1038
}
1039
1040
func
(c *Chain) goFunc(f
func
(ctx context.Context)) {
1041
c.wg.Add(1)
Callers
1
Stop
Method · 0.95
Calls
1
Wait
Method · 0.80
Tested by
no test coverage detected