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

Function convertBlockULIDToString

pkg/querier/parquet_queryable.go:699–705  ·  view source on GitHub ↗
(blocks []*bucketindex.Block)

Source from the content-addressed store, hash-verified

697}
698
699func convertBlockULIDToString(blocks []*bucketindex.Block) []string {
700 res := make([]string, len(blocks))
701 for idx, b := range blocks {
702 res[idx] = b.ID.String()
703 }
704 return res
705}

Callers 1

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected