MCPcopy 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.
97func (c *Chain) Stop() (err error) {
98 // Close all opened resources
99 return c.state.Close(true)
100}

Callers 4

teardownChainFunction · 0.45
TestStorageFunction · 0.45
idleWriteTxFunction · 0.45

Calls 1

CloseMethod · 0.65

Tested by 4

teardownChainFunction · 0.36
TestStorageFunction · 0.36
idleWriteTxFunction · 0.36