Skip to main content

read_session

Function read_session 

Source
pub fn read_session(path: &Path) -> Result<Vec<SessionEvent>>
Expand description

Read a recorded JSONL session log back into memory.

Tolerates malformed lines (logged, skipped) so a partially-corrupted log still yields usable replay material.