| 670 | } |
| 671 | |
| 672 | type lazyPackfilesIter struct { |
| 673 | hashes []plumbing.Hash |
| 674 | open func(h plumbing.Hash) (storer.EncodedObjectIter, error) |
| 675 | cur storer.EncodedObjectIter |
| 676 | } |
| 677 | |
| 678 | func (it *lazyPackfilesIter) Next() (plumbing.EncodedObject, error) { |
| 679 | for { |
nothing calls this directly
no outgoing calls
no test coverage detected