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

Struct noopFlushTransferer

ring/lifecycler_test.go:1428–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1426}
1427
1428type noopFlushTransferer struct {
1429}
1430
1431func (f *noopFlushTransferer) Flush() {}
1432func (f *noopFlushTransferer) TransferOut(_ context.Context) error { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected