Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
441
func
(u *userTSDB) Close() error {
442
return
u.db.Close()
443
}
444
445
func
(u *userTSDB) Compact(ctx context.Context) error {
446
return
u.db.Compact(ctx)
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected