Skip to main content

get_dependencies

Function get_dependencies 

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

Get items that a given item depends on (its blockers).

ยงErrors

Returns an error if the query fails.