Skip to main content

read_transcript_finals_after

Function read_transcript_finals_after 

Source
pub fn read_transcript_finals_after(
    path: &Path,
    after: Option<EventId>,
) -> Result<Vec<TranscriptEvent>>
Expand description

Reads only Final transcript events after the optional marker.

Uses stream position (not ULID comparison) — finds the marker line and returns Finals strictly after it. Errors if the marker is set but not present in the file.