pub fn fetch_local<R>(
working: &Path,
storage: &R,
oids: impl IntoIterator<Item = Oid>,
) -> Result<(), Error>where
R: ReadRepository,Expand description
Perform a local fetch, i.e. file://<storage path>.
oids are the set of Oids that are being fetched from the
storage.