MCPcopy
hub / github.com/bnb-chain/bsc / FunctionalGaugeFloat64

Struct FunctionalGaugeFloat64

metrics/gauge_float64.go:108–110  ·  view source on GitHub ↗

FunctionalGaugeFloat64 returns value from given function

Source from the content-addressed store, hash-verified

106
107// FunctionalGaugeFloat64 returns value from given function
108type FunctionalGaugeFloat64 struct {
109 value func() float64
110}
111
112// Value returns the gauge's current value.
113func (g FunctionalGaugeFloat64) Value() float64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected