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

Struct packfileIter

storage/filesystem/object.go:719–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719type packfileIter struct {
720 pack billy.File
721 iter storer.EncodedObjectIter
722 seen map[plumbing.Hash]struct{}
723
724 // tells whether the pack file should be left open after iteration or not
725 keepPack bool
726}
727
728// NewPackfileIter returns a new EncodedObjectIter for the provided packfile
729// and object type. Packfile and index file will be closed after they're

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected