Skip to main content

parse

Function parse 

Source
pub fn parse(content: &str, session_name: &str) -> Result<CodexSession>
Expand description

Parse one Codex JSONL session file.

ยงErrors

Returns an error when the JSONL cannot be parsed or required session metadata is missing.