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

Function init

consistent/consistent.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71)
72
73func init() {
74 expvar.Publish(mwKeyDHTNodeCount, mw.NewGauge("1M1h"))
75}
76
77// Consistent holds the information about the members of the consistent hash circle.
78type Consistent struct {

Callers

nothing calls this directly

Calls 1

PublishMethod · 0.65

Tested by

no test coverage detected