| 461 | } |
| 462 | |
| 463 | type fakeFetcher struct { |
| 464 | channel string |
| 465 | items []Item |
| 466 | } |
| 467 | |
| 468 | // FakeDuplicates causes the fake fetcher to return duplicate items. |
| 469 | var FakeDuplicates bool |
nothing calls this directly
no outgoing calls
no test coverage detected