Function places::storage::history::get_top_frecent_site_infos

source ·
pub fn get_top_frecent_site_infos(
    db: &PlacesDb,
    num_items: i32,
    frecency_threshold: i64
) -> Result<Vec<TopFrecentSiteInfo>>