Skip to main content

mark_last_children

Function mark_last_children 

Source
fn mark_last_children(rows: &mut [Row])
Expand description

Which rows end their parent’s run of children: the last row at a given depth before the tree steps back out of it. A directory tree’s guide down from a parent stops at its last child rather than running on past the family, and the flat row list is enough to say which row that is.