Skip to main content

pending

Function pending 

Source
pub fn pending(
    memory_dir: &Path,
    adapter: &dyn Transcript,
    archived: &HashSet<String>,
    options: CaptureOptions,
) -> Result<Pending, RecallError>
Expand description

The transcripts of one CLI that are worth reading right now.

archived is passed in rather than read here so a sweep over several CLIs scans conversations/ once instead of once per CLI.