Skip to main content

find_structural_facts_scoped

Function find_structural_facts_scoped 

Source
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.