mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 20:31:48 +00:00
If the next function returns a non-empty slice and a non-nil error we still iterate over the returned items before stopping the iteration. Previously iteration stopped as soon as a non-nil error was returned. Test Plan: go test |
||
|---|---|---|
| .. | ||
| functions_test.go | ||
| functions.go | ||
| iterator_test.go | ||
| iterator.go | ||