Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/abiosoft/ishell
/ stringIterator
Struct
stringIterator
progress.go:249–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
type
stringIterator
struct
{
250
index int
251
set []string
252
}
253
254
func
(s *stringIterator) next() string {
255
current := s.set[s.index]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected