Skip to main content

find_literals_scoped

Function find_literals_scoped 

Source
pub fn find_literals_scoped(
    conn: &Connection,
    category: &str,
    path_filter: Option<&str>,
    limit: usize,
) -> Result<Vec<LiteralFact>, QueryError>
Expand description

Find literals (endpoints, SQL queries, configs) matching category, optionally scoped by path.