MCPcopy
hub / github.com/grafana/dskit / NewNoopFlushTransferer

Function NewNoopFlushTransferer

ring/flush.go:26–28  ·  view source on GitHub ↗

NewNoopFlushTransferer makes a new NoopFlushTransferer

()

Source from the content-addressed store, hash-verified

24
25// NewNoopFlushTransferer makes a new NoopFlushTransferer
26func NewNoopFlushTransferer() *NoopFlushTransferer {
27 return &NoopFlushTransferer{}
28}
29
30// Flush is a noop
31func (t *NoopFlushTransferer) Flush() {}

Callers 1

NewLifecyclerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected