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