Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
func
init() {
54
expvar.Publish(mwKeyTxPooled, mw.NewCounter(
"5m1m"
))
55
expvar.Publish(mwKeyTxConfirmed, mw.NewCounter(
"5m1m"
))
56
}
57
58
// Chain defines the main chain.
59
type
Chain
struct
{
Callers
nothing calls this directly
Calls
1
Publish
Method · 0.65
Tested by
no test coverage detected