pub fn load_tab_graph_stream( repo_path: &Path, graph_max_commits: usize, repo_resolved_path: String, tab_idx: usize, tx: Sender<(String, usize, TabPayload)>, ) -> Result<Vec<GraphLine>, String>