pub fn ingest_directory(root: &Path) -> Result<IngestResult>Expand description
Ingest all Python and Rust files under a directory into a CodeGraph.
Walks the directory tree recursively, parses each .py and .rs file,
extracts cross-file edges, and returns the full graph.