IterObjects returns a custom EncodedObjectStorer over all the object on the storage. Valid plumbing.ObjectType values are CommitObject, BlobObject, TagObject,
(plumbing.ObjectType)
| 37 | // |
| 38 | // Valid plumbing.ObjectType values are CommitObject, BlobObject, TagObject, |
| 39 | IterEncodedObjects(plumbing.ObjectType) (EncodedObjectIter, error) |
| 40 | // HasEncodedObject returns ErrObjNotFound if the object doesn't |
| 41 | // exist. If the object does exist, it returns nil. |
| 42 | HasEncodedObject(plumbing.Hash) error |
no outgoing calls