MCPcopy 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
249type stringIterator struct {
250 index int
251 set []string
252}
253
254func (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