fn unique_ancestor_chain(model: &Model, target: BoxId) -> Option<Vec<BoxId>>
Expand description

Find the unique ancestor chain from the top box of model to target box. The ancestor chain does not contain target.