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

Interface Stoppable

metrics/registry.go:220–222  ·  view source on GitHub ↗

Stoppable defines the metrics which has to be stopped.

Source from the content-addressed store, hash-verified

218
219// Stoppable defines the metrics which has to be stopped.
220type Stoppable interface {
221 Stop()
222}
223
224type PrefixedRegistry struct {
225 underlying Registry

Callers 1

stopMethod · 0.65

Implementers 15

Consoleconsole/console.go
MeterSnapshotmetrics/meter.go
NilMetermetrics/meter.go
StandardMetermetrics/meter.go
NilTimermetrics/timer.go
StandardTimermetrics/timer.go
TimerSnapshotmetrics/timer.go
BlockChaincore/blockchain.go
Serviceethstats/ethstats.go
Serverp2p/server.go
NodeStateMachinep2p/nodestate/nodestate.go
Networkp2p/simulations/network.go

Calls

no outgoing calls

Tested by

no test coverage detected