refresh_source_with_metadata

Function refresh_source_with_metadata 

Source
pub async fn refresh_source_with_metadata<S, I>(
    storage: &S,
    fetcher: &Fetcher,
    alias: &str,
    existing_metadata: Source,
    existing_aliases: Vec<String>,
    resolution: &RefreshUrlResolution,
    metrics: PerformanceMetrics,
    indexer: &I,
    filter_preference: bool,
) -> Result<RefreshOutcome>
Expand description

Refresh a source using preloaded metadata and URL resolution.