HasEncodedObject returns ErrObjNotFound if the object doesn't exist. If the object does exist, it returns nil.
(plumbing.Hash)
| 40 | // HasEncodedObject returns ErrObjNotFound if the object doesn't |
| 41 | // exist. If the object does exist, it returns nil. |
| 42 | HasEncodedObject(plumbing.Hash) error |
| 43 | // EncodedObjectSize returns the plaintext size of the encoded object. |
| 44 | EncodedObjectSize(plumbing.Hash) (int64, error) |
| 45 | AddAlternate(remote string) error |
no outgoing calls