Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ Stop
Method
Stop
xenomint/chain.go:97–100 ·
view source on GitHub ↗
Stop stops chain workers and RPC service.
()
Source
from the content-addressed store, hash-verified
95
96
// Stop stops chain workers and RPC service.
97
func
(c *Chain) Stop() (err error) {
98
// Close all opened resources
99
return
c.state.Close(true)
100
}
Callers
4
teardownChain
Function · 0.45
teardownBenchmarkMuxParallel
Function · 0.45
TestStorage
Function · 0.45
idleWriteTx
Function · 0.45
Calls
1
Close
Method · 0.65
Tested by
4
teardownChain
Function · 0.36
teardownBenchmarkMuxParallel
Function · 0.36
TestStorage
Function · 0.36
idleWriteTx
Function · 0.36