pub fn summarize_multi(
files: &[(&str, &str, &str)],
config: &SummaryConfig,
dep_mapper: Option<&DependencyMapper>,
) -> Result<StructuralSummaryResult>Expand description
Summarize multiple files into a single structural map.
Useful for giving the model an overview of an entire module or package.