Skip to main content

detect

Function detect 

Source
pub fn detect(
    scanner: &Scanner,
    window: TimeWindow,
    project: Option<&str>,
) -> Result<Detection>
Expand description

Find every prompt sent more than once in the window.

Ordering is most-repeated first, then most-recent, then by id — total, so two runs over the same store print the same list in the same order.