Function get_visit_count_for_host

Source
pub fn get_visit_count_for_host(
    db: &PlacesDb,
    host: &str,
    before: Timestamp,
    exclude_types: VisitTransitionSet,
) -> Result<i64>