Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
func
NewStringListIter(s []string) *StringListIter {
88
return
&StringListIter{l: s}
89
}
90
91
type
StringListIter
struct
{
92
l []string
Callers
1
MergeSortedSlices
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected