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

Function NewStringListIter

pkg/util/strings.go:87–89  ·  view source on GitHub ↗
(s []string)

Source from the content-addressed store, hash-verified

85}
86
87func NewStringListIter(s []string) *StringListIter {
88 return &StringListIter{l: s}
89}
90
91type StringListIter struct {
92 l []string

Callers 1

MergeSortedSlicesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected