Function patches_mut

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

Return a read-write handle for the patches cache.