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

Method Sync

pkg/ingester/ingester.go:333–333  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

331// Shipper interface is used to have an easy way to mock it in tests.
332type Shipper interface {
333 Sync(ctx context.Context) (uploaded int, err error)
334}
335
336type tsdbState int

Callers 1

shipBlocksMethod · 0.65

Implementers 1

shipperMockpkg/ingester/ingester_test.go

Calls

no outgoing calls

Tested by

no test coverage detected