You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Perform an upstream traversal to try delete children
4613
4614
for upstream_id inself.upstream_flow_back_from_nodes(vec![*node_id], network_path,FlowType::LayerChildrenUpstreamFlow){
4614
-
// This does a downstream traversal starting from the current node, and ending at either a node in the `delete_nodes` set or the output.
4615
-
// If the traversal find as child node of a node in the `delete_nodes` set, then it is a sole dependent. If the output node is eventually reached, then it is not a sole dependent.
4615
+
// For each potential child perform a complete downstream traveral, ending at either a node in the `delete_nodes` set, the output, or a dead end.
4616
+
// If the output node is eventually reached, then it is not a sole dependent and will not be deleted
0 commit comments