smartnoise_validator::utilities
pub fn get_sinks(computation_graph: &HashMap<u32, Component>) -> HashSet<u32>
Retrieve the set of node ids in a graph that have no dependent nodes.
computation_graph
The set of node ids that have no dependent nodes