Skip to main content

build_ca_path

Function build_ca_path 

Source
pub fn build_ca_path<'a, SP>(
    name: &'a str,
    ca_hash: &CAHash,
    references: impl IntoIterator<Item = StorePathRef<'a>>,
    self_reference: bool,
) -> Result<StorePath<SP>, BuildStorePathError>
where SP: AsRef<str> + From<&'a str>,
Expand description

This builds a store path from a CAHash and a list of references.