Skip to main content

refresh_indicator_metadata

Function refresh_indicator_metadata 

Source
pub async fn refresh_indicator_metadata(
    backend: &BackendConn,
    cache: &Arc<IndicatorMetadataCache>,
    uid: u64,
    owner: IndicatorRefreshOwner,
    owner_is_current: &(impl Fn(IndicatorRefreshOwner) -> bool + Sync),
) -> Result<Arc<IndicatorCatalogSnapshot>>