pub fn find_structural_facts_scoped(
conn: &Connection,
category: &str,
path_filter: Option<&str>,
limit: usize,
) -> Result<Vec<StructuralFact>, QueryError>Expand description
Find structural facts by category (e.g. route, query, model, config), optionally scoped by path.