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

Struct objectsIter

storage/filesystem/object.go:822–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822type objectsIter struct {
823 s *ObjectStorage
824 t plumbing.ObjectType
825 h []plumbing.Hash
826}
827
828func (iter *objectsIter) Next() (plumbing.EncodedObject, error) {
829 if len(iter.h) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected