pub fn run_full(
query: &str,
scope: &Path,
section: Option<&str>,
budget_tokens: Option<u64>,
limit: Option<usize>,
offset: usize,
glob: Option<&str>,
cache: &OutlineCache,
) -> Result<String, SrcwalkError>Expand description
Full variant — forces full file output, bypassing smart views.