Skip to main content

scan_transcript

Function scan_transcript 

Source
pub fn scan_transcript(
    log_path: &Path,
    worktree: &Path,
    ticket_id: &str,
) -> DenialSummary
Expand description

Scan log_path for permission-denial events and return a summary.

Returns an empty summary (zero denials) if the file is missing or unreadable.