Skip to main content

refresh_indicator_metadata_with_ticket

Function refresh_indicator_metadata_with_ticket 

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