Skip to main content

get_dependents

Function get_dependents 

Source
pub fn get_dependents(
    conn: &Connection,
    item_id: &str,
) -> Result<Vec<QueryDependency>>
Expand description

Get items that depend on the given item (its dependents / reverse deps).

ยงErrors

Returns an error if the query fails.