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

Method Close

pkg/ingester/ingester.go:441–443  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

439}
440
441func (u *userTSDB) Close() error {
442 return u.db.Close()
443}
444
445func (u *userTSDB) Compact(ctx context.Context) error {
446 return u.db.Compact(ctx)

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected