analyze_jsonl_file

Function analyze_jsonl_file 

Source
pub fn analyze_jsonl_file<P: AsRef<Path>>(path: P) -> Result<Value>
Expand description

Analyzes a session file (JSONL or JSON) and returns unified CodeAnalysis result

This is the main entry point for parsing conversation files from any provider. It automatically detects the format (Claude Code, Codex, or Gemini) and routes to the appropriate analyzer.