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

Function init

blockproducer/chain.go:53–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51)
52
53func init() {
54 expvar.Publish(mwKeyTxPooled, mw.NewCounter("5m1m"))
55 expvar.Publish(mwKeyTxConfirmed, mw.NewCounter("5m1m"))
56}
57
58// Chain defines the main chain.
59type Chain struct {

Callers

nothing calls this directly

Calls 1

PublishMethod · 0.65

Tested by

no test coverage detected