MCPcopy
hub / github.com/go-git/go-git / lazyPackfilesIter

Struct lazyPackfilesIter

storage/filesystem/object.go:672–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672type lazyPackfilesIter struct {
673 hashes []plumbing.Hash
674 open func(h plumbing.Hash) (storer.EncodedObjectIter, error)
675 cur storer.EncodedObjectIter
676}
677
678func (it *lazyPackfilesIter) Next() (plumbing.EncodedObject, error) {
679 for {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected