Skip to main content

get_dependents

Function get_dependents 

Source
pub fn get_dependents(
    root_id: &str,
    active: &QueueFile,
    done: Option<&QueueFile>,
) -> Vec<String>
Expand description

Get all tasks that depend on the given task ID (recursively). Returns a list of task IDs that depend on the root task.