patches

Function patches 

Source
pub fn patches<'a, R>(
    profile: &Profile,
    repository: &'a R,
) -> Result<Cache<Patches<'a, R>, StoreReader>, Error>
where R: ReadRepository + Store<Namespace = NodeId>,
Expand description

Return a read-only handle for the patches cache.