MCPcopy Create free account
hub / github.com/cortexproject/cortex / noopFlushTransferer

Struct noopFlushTransferer

pkg/ring/lifecycler_test.go:617–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617type noopFlushTransferer struct {
618}
619
620func (f *noopFlushTransferer) Flush() {}
621func (f *noopFlushTransferer) TransferOut(ctx context.Context) error { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected