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

Struct MultiEncodedObjectIter

plumbing/storer/object.go:221–223  ·  view source on GitHub ↗

MultiEncodedObjectIter implements EncodedObjectIter. It iterates over several EncodedObjectIter, The MultiObjectIter must be closed with a call to Close() when it is no longer needed.

Source from the content-addressed store, hash-verified

219// The MultiObjectIter must be closed with a call to Close() when it is no
220// longer needed.
221type MultiEncodedObjectIter struct {
222 iters []EncodedObjectIter
223}
224
225// NewMultiEncodedObjectIter returns an object iterator for the given slice of
226// EncodedObjectIters.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected