Skip to main content

load_named_content_root_with_limits

Function load_named_content_root_with_limits 

Source
pub fn load_named_content_root_with_limits<S>(
    store: &S,
    name: &[u8],
    limits: &ContentGraphLimits,
) -> Result<Option<ContentRootPublication>, Error>
where S: Store + ManifestStore,