Skip to main content

detect_loop

Function detect_loop 

Source
pub fn detect_loop(
    config: &LoopConfig,
    state: &LoopState,
    output: &str,
) -> Option<LoopDetection>
Expand description

Detect a repetitive output against recent window state (does not mutate state).