issues

Function issues 

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

Return a read-only handle for the issues cache.