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.